Home
last modified time | relevance | path

Searched refs:over (Results 1 – 25 of 178) sorted by relevance

12345678

/vim-8.2.3635/runtime/plugin/
H A DREADME.txt11 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 DRstFold.vim14 " For over+under-lined headers, the regex will match both at the
59 " For over+under-lined headers, skip the overline.
H A Dccomplete.vim30 " 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 Dusercmd.c419 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 Dhowto.txt15 |07.4| keep a backup of my file when writing over it
38 |'whichwrap'| move over line breaks
H A Ddevelop.txt71 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 Dusr_28.txt64 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 Dtest_put.vim19 " selection and then put the buffer name over it
29 " visually select the first 3 lines and put register a over it
H A Dtest26.in1 Test for writing and reading a file of over 100 Kbyte
H A Dtest_listlbr_utf8.vim216 " Search wins over CursorColumn
218 " Search wins over Colorcolumn
H A Dtest_syntax.vim516 " 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 Dtest_file_size.vim33 " Test for writing and reading a file of over 100 Kbyte
/vim-8.2.3635/runtime/syntax/
H A Dmplayerconf.vim28 \ rtsp-stream-over-tcp tv overlapsub
103 \ rtsp-stream-over-http screenh show-profile
H A Dpod.vim34 syn match podCommand "^=over" nextgroup=podOverIndent skipwhite contains=@NoSpell
45 " Indent amount of =over command
H A Drexx.vim65 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 Dreva.vim46 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 Dcheck.vim60 " go over the "msgid" and "msgid_plural" lines
135 " line. Skip over the header.
/vim-8.2.3635/src/libvterm/t/
H A D67screen_dbl_wh.test34 !DWL doesn't spill over on scroll
/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim13 " Loop over all the runtime/spell/*.add files.
/vim-8.2.3635/runtime/indent/
H A Dishd.vim34 " Skip over labels and preprocessor directives.
H A Dbst.vim26 " Skip over comments.
H A Dvb.vim33 " Skip over labels and preprocessor directives.
H A DREADME.txt30 Always use ":setlocal" to set 'indentexpr'. This avoids it being carried over
H A Dmma.vim27 setlocal nosi "turn off smart indent so we don't over analyze } blocks
/vim-8.2.3635/runtime/ftplugin/
H A Djava.vim15 " For filename completion, prefer the .java extension over the .class

12345678