Home
last modified time | relevance | path

Searched refs:six (Results 1 – 25 of 40) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_undo.vim585 call setbufline('%', 1, ['one', 'two', 'three', 'four', 'five', 'six',
604 call assert_equal(['one', 'two', 'six', 'seven', 'eight', 'nine', 'ten'],
614 call assert_equal(['one', 'two', 'three', 'four', 'five', 'six', 'seven',
740 \ [4, 'four'], [5, 'five'], [6, 'six'],
745 call assert_equal(['', 'one', 'two', 'three', 'four', 'five', 'six',
H A Dtest_textformat.vim985 call setline(1, ['one two three four', 'five six', 'one two'])
991 call setline(1, ['one two three four', 'five six', 'one two'])
1088 call feedkeys('A six', 'xt')
1089 call assert_equal(['one two three four', 'five six'], getline(1, '$'))
1094 call feedkeys('A six', 'xt')
1095 call assert_equal(['one two three four five six'], getline(1, '$'))
H A Dtest_modeline.vim291 6 six
307 6 six
323 6 six
H A Dtest_fold.vim1058 \ a:fs .. ' six ',
1067 \ a:fs .. ' six ',
1074 \ a:fs .. ' six ',
1086 \ a:fs .. ' six ',
1098 \ a:fs .. 'six ',
1113 \ a:fs .. ' 6 six '
1165 call setline(1, ['one', 'two', 'three', 'four', 'five', 'six'])
H A Dtest_registers.vim512 call setreg('"', #{ regcontents: 'six' })
515 call assert_equal(['six'], getreginfo('0').regcontents)
516 call assert_equal(['six'], getreginfo('"').regcontents)
H A Dtest_gui.vim887 call setline(1, ['one two three', 'four five six'])
911 call assert_equal('five six', @")
919 call assert_equal(['one two abc three', 'four five six'], getline(1, '$'))
H A Dtest_buffer.vim329 call writefile(repeat(['five six'], 50), 'Xfile2')
H A Dtest_listener.vim183 call setline(1, ['one', 'two', 'three', 'four', 'five', 'six'])
H A Dtest_textprop.vim346 call setline(1, ['one one one', 'two two two', 'six six six', 'ten ten ten'])
H A Dtest_cmdline.vim1670 let str ..= "\<S-Right> six"
1673 call assert_equal("\"one two three four five six seven", @:)
1689 let str ..= "\<S-Left> six"
1692 call assert_equal("\"one two three four five six seven", @/)
H A Dtest_tagjump.vim783 \ "six\tXfoo\t2"],
788 int six() {}
H A Dtest_vim9_script.vim196 var vardict = {five: 5, six: 6}
199 constdict['two']['six'] = 66
201 cd['six'] = 66
202 constdict->assert_equal({one: 1, two: {five: 55, six: 66}, three: 3})
H A Dtest_popupwin.vim2198 \ 'six', 'seven', 'eight', 'nine'], #{
2326 \ 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve'], #{
2898 \ 'six', 'seven', 'eight', 'nine']
3177 \ 'six',
/vim-8.2.3635/runtime/doc/
H A Dintro.txt361 deletes six words.
523 Examples for mapping CTRL-H to the six characters "<Home>": >
888 3. three 3. five 3. six 3. six
889 4. four 4. six 4. seven 4. seven
891 6. six 6. aaa
H A Dscroll.txt257 <ScrollWheelLeft> scroll six columns left *<ScrollWheelLeft>*
260 <ScrollWheelRight> scroll six columns right *<ScrollWheelRight>*
H A Dsponsor.txt156 count four times, above 300 euro they count six times, above 1000 euro ten
H A Dusr_26.txt75 3. item six ~
H A Dfold.txt29 There are six methods to select folds:
172 The default context is six lines.
H A Drecover.txt135 A Vim swap file can be recognized by the first six characters: "b0VIM ".
H A Dusr_11.txt247 If dialogs are supported you will be asked to select one of six choices:
H A Dusr_07.txt157 :args five.c six.c seven.h
H A Dindex.txt150 |i_<ScrollWheelLeft>| <ScrollWheelLeft> move window six columns left
152 |i_<ScrollWheelRight>| <ScrollWheelRight> move window six columns right
473 |<ScrollWheelLeft>| <ScrollWheelLeft> move window six columns left
475 |<ScrollWheelRight>| <ScrollWheelRight> move window six columns right
H A Dpattern.txt935 These six can be used to match specific lines in a buffer. The "23"
956 These six can be used to match specific columns in a buffer or string.
982 These six can be used to match specific virtual columns in a buffer or
/vim-8.2.3635/runtime/syntax/
H A Dsyncolor.vim28 " Many terminals can only use six different colors (plus black and white).
/vim-8.2.3635/src/
H A Dsyntax.c1502 reg_extmatch_T *six, *bsx; in syn_stack_equal() local
1525 six = CUR_STATE(i).si_extmatch; in syn_stack_equal()
1528 if (bsx == NULL || six == NULL) in syn_stack_equal()
1534 if (bsx->matches[j] != six->matches[j]) in syn_stack_equal()
1540 || six->matches[j] == NULL) in syn_stack_equal()
1544 six->matches[j]) != 0 in syn_stack_equal()
1545 : STRCMP(bsx->matches[j], six->matches[j]) != 0) in syn_stack_equal()

12