| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 11 netrwPlugin.vim edit files over a network and browse (remote) directories 20 taken over browsing directories (also for remote directories).
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | RstFold.vim | 14 " For over+under-lined headers, the regex will match both at the 59 " For over+under-lined headers, skip the overline.
|
| H A D | ccomplete.vim | 30 " Skip over [...]. 91 let s = e + 1 " skip over '.' 93 let s = e + 2 " skip over '->' 95 " Skip over [...]. 533 " Skip over [...] items 570 " Skip over next [...] items
|
| /vim-8.2.3635/src/ |
| H A D | usercmd.c | 419 int over; in uc_list() local 485 over = len - 22; in uc_list() 500 } while (len < 5 - over); in uc_list() 525 } while (len < 8 - over); in uc_list() 539 } while (len < 13 - over); in uc_list() 552 } while (len < 25 - over); in uc_list()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | howto.txt | 15 |07.4| keep a backup of my file when writing over it 38 |'whichwrap'| move over line breaks
|
| H A D | develop.txt | 71 them to start using Vim and learn more over time. 115 - Don't forget that some people use Vim over a slow connection. Minimize the 149 this over an ssh connection. But if you don't need a text editor with that 157 being less consistent over all platforms. But functional GUI features are 471 When spell checking was going to be added to Vim a survey was done over the 572 become. But in practice it is a noticeable improvement over not using the word
|
| H A D | usr_28.txt | 64 text that it moved over. |zf| also works in Visual mode. 124 When some folds are closed, movement commands like "j" and "k" move over a 126 over folded text. 273 This gives precise control over which lines are included in a fold. The
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_put.vim | 19 " selection and then put the buffer name over it 29 " visually select the first 3 lines and put register a over it
|
| H A D | test26.in | 1 Test for writing and reading a file of over 100 Kbyte
|
| H A D | test_listlbr_utf8.vim | 216 " Search wins over CursorColumn 218 " Search wins over Colorcolumn
|
| H A D | test_syntax.vim | 516 " manually-set &bg takes precedence over auto-detection 767 call assert_equal([10,10,10,10,10,10], a) " over-attached 'else' hidden 781 call assert_equal([10,10,10,13,13,13], a) " over-attached 'else' visible 790 call assert_equal([11,11,11,-1], a) " over-attached 'else' hidden 795 call assert_equal([11,11,-1,-1], a) " over-attached 'else' visible
|
| H A D | test_file_size.vim | 33 " Test for writing and reading a file of over 100 Kbyte
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mplayerconf.vim | 28 \ rtsp-stream-over-tcp tv overlapsub 103 \ rtsp-stream-over-http screenh show-profile
|
| H A D | pod.vim | 34 syn match podCommand "^=over" nextgroup=podOverIndent skipwhite contains=@NoSpell 45 " Indent amount of =over command
|
| H A D | rexx.vim | 65 syn match rexxLoopKeywords "\<\(to\|by\|for\|until\|while\|over\)\>" containedin=doLoopSelectLabelR… 68 …abelRegion "\<\(do\|loop\|select\)\>\s\+\(label\s\+\)\?\(\s\+\k\+\s\+\zs\<over\>\)\?\k*\(\s\+forev… 75 …lVariable "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\s\+\zs.*\ze\s\+\<over\>" containedin=doLo…
|
| H A D | reva.vim | 46 syn keyword revastack drop nip dup over tuck swap rot -rot ?dup pick roll 47 syn keyword revastack 2drop 2nip 2dup 2over 2swap 2rot 3drop
|
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 60 " go over the "msgid" and "msgid_plural" lines 135 " line. Skip over the header.
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 67screen_dbl_wh.test | 34 !DWL doesn't spill over on scroll
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 13 " Loop over all the runtime/spell/*.add files.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ishd.vim | 34 " Skip over labels and preprocessor directives.
|
| H A D | bst.vim | 26 " Skip over comments.
|
| H A D | vb.vim | 33 " Skip over labels and preprocessor directives.
|
| H A D | README.txt | 30 Always use ":setlocal" to set 'indentexpr'. This avoids it being carried over
|
| H A D | mma.vim | 27 setlocal nosi "turn off smart indent so we don't over analyze } blocks
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | java.vim | 15 " For filename completion, prefer the .java extension over the .class
|