| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | j.vim | 35 function! s:SearchSection(end, backwards, visualmode) abort argument 39 let l:flags = a:backwards ? 'bsW' : 'sW' 41 call search('^' . s:sectionend . (a:backwards ? '\n\_.\{-}\%#' : '$'), l:flags) 43 call search('^' . s:sectionstart . (a:backwards ? '\n\_.\{-}\%#' : '$'), l:flags)
|
| H A D | javascriptreact.vim | 6 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 1966 int *backwards, in find_mps_values() argument 1984 *backwards = TRUE; in find_mps_values() 2006 *backwards = TRUE; in find_mps_values() 2181 backwards = FALSE; in findmatchlimit() 2187 backwards = TRUE; in findmatchlimit() 2196 backwards = TRUE; in findmatchlimit() 2201 backwards = FALSE; in findmatchlimit() 2326 backwards = !backwards; in findmatchlimit() 2350 if (backwards) in findmatchlimit() 2567 else if (!backwards) in findmatchlimit() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_modeless.vim | 66 " extend a selection backwards using right mouse click 82 " select multiple characters within a line backwards 288 " select multiple words backwards within a line 302 " select multiple words backwards across lines 372 " select multiple lines backwards
|
| H A D | test_textobjects.vim | 432 " visually selecting words backwards with no more words to select 537 " select a quote backwards in visual mode 543 " select a quote backwards in visual mode from outside the quote
|
| H A D | test_backspace_opt.vim | 39 " Check backwards compatibility with version 5.4 and earlier
|
| H A D | test_gn.vim | 62 " backwards search
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | javascriptreact.vim | 1 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
|
| H A D | meson.vim | 34 let s:maxoff = 50 " maximum number of lines to look backwards for () 54 " Search backwards for the previous non-empty line.
|
| H A D | python.vim | 31 let s:maxoff = 50 " maximum number of lines to look backwards for () 55 " Search backwards for the previous non-empty line.
|
| H A D | bzl.vim | 29 " Maximum number of lines to look backwards.
|
| H A D | pov.vim | 47 " Search backwards for the first non-empty, non-comment line.
|
| H A D | zimbu.vim | 31 let s:maxoff = 50 " maximum number of lines to look backwards for ()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | javascriptreact.vim | 1 " Placeholder for backwards compatilibity: .jsx used to be associated with the
|
| H A D | msql.vim | 9 " msql_minlines = x to sync at least x lines backwards
|
| H A D | lite.vim | 9 " lite_minlines = x to sync at least x lines backwards
|
| H A D | make.vim | 104 " Sync on Make command block region: When searching backwards hits a line that
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | rileft.txt | 76 o Typing backwards *ins-reverse* 80 inserting happens backwards. This can be used to type right-to-left
|
| H A D | hebrew.txt | 97 Typing backwards 99 If the 'revins' (reverse insert) option is set, inserting happens backwards.
|
| H A D | usr_03.txt | 304 scroll backwards, use CTRL-B. These should be easy to remember: F for 353 The "?" command works like "/" but searches backwards: > 358 "N" after a "/" command searches backwards, using "N" after "?" searches 468 backwards, it stops the search at the start of the file. The 'wrapscan'
|
| H A D | motion.txt | 586 goes backwards to the [count] unclosed '[', and finds 593 goes backwards to the [count] unclosed '[', and finds 615 [count]'th unmatched '<' backwards to the matching 621 the [count]'th unmatched '<' backwards to the matching 627 [count]'th unmatched "<aaa>" backwards to the matching 634 [count]'th unmatched "<aaa>" backwards to the matching
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 102 for backwards compatibility, but many users won't need a Vim build with these 139 backwards compatible anyway, we can also make Vim script easier to use. 148 backwards compatible it requires a new script style: Vim9 script!
|
| /vim-8.2.3635/runtime/ |
| H A D | vimrc_example.vim | 46 " The matchit plugin makes the % command work better, but it is not backwards
|
| H A D | evim.vim | 63 " The matchit plugin makes the % command work better, but it is not backwards
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 213 " backwards looking for previous lines 222 " Go backwards until we find a match (Ada ID) that *doesn't* include our 225 " backwards. Thus, we have to find the previous unrelated match, exclude
|