| /vim-8.2.3635/src/testdir/ |
| H A D | test_undo.vim | 585 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 D | test_textformat.vim | 985 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 D | test_modeline.vim | 291 6 six 307 6 six 323 6 six
|
| H A D | test_fold.vim | 1058 \ 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 D | test_registers.vim | 512 call setreg('"', #{ regcontents: 'six' }) 515 call assert_equal(['six'], getreginfo('0').regcontents) 516 call assert_equal(['six'], getreginfo('"').regcontents)
|
| H A D | test_gui.vim | 887 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 D | test_buffer.vim | 329 call writefile(repeat(['five six'], 50), 'Xfile2')
|
| H A D | test_listener.vim | 183 call setline(1, ['one', 'two', 'three', 'four', 'five', 'six'])
|
| H A D | test_textprop.vim | 346 call setline(1, ['one one one', 'two two two', 'six six six', 'ten ten ten'])
|
| H A D | test_cmdline.vim | 1670 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 D | test_tagjump.vim | 783 \ "six\tXfoo\t2"], 788 int six() {}
|
| H A D | test_vim9_script.vim | 196 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 D | test_popupwin.vim | 2198 \ '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 D | intro.txt | 361 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 D | scroll.txt | 257 <ScrollWheelLeft> scroll six columns left *<ScrollWheelLeft>* 260 <ScrollWheelRight> scroll six columns right *<ScrollWheelRight>*
|
| H A D | sponsor.txt | 156 count four times, above 300 euro they count six times, above 1000 euro ten
|
| H A D | usr_26.txt | 75 3. item six ~
|
| H A D | fold.txt | 29 There are six methods to select folds: 172 The default context is six lines.
|
| H A D | recover.txt | 135 A Vim swap file can be recognized by the first six characters: "b0VIM ".
|
| H A D | usr_11.txt | 247 If dialogs are supported you will be asked to select one of six choices:
|
| H A D | usr_07.txt | 157 :args five.c six.c seven.h
|
| H A D | index.txt | 150 |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 D | pattern.txt | 935 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 D | syncolor.vim | 28 " Many terminals can only use six different colors (plus black and white).
|
| /vim-8.2.3635/src/ |
| H A D | syntax.c | 1502 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()
|