Home
last modified time | relevance | path

Searched refs:backwards (Results 1 – 25 of 93) sorted by relevance

1234

/vim-8.2.3635/runtime/ftplugin/
H A Dj.vim35 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 Djavascriptreact.vim6 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
/vim-8.2.3635/src/
H A Dsearch.c1966 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 Dtest_modeless.vim66 " 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 Dtest_textobjects.vim432 " 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 Dtest_backspace_opt.vim39 " Check backwards compatibility with version 5.4 and earlier
H A Dtest_gn.vim62 " backwards search
/vim-8.2.3635/runtime/indent/
H A Djavascriptreact.vim1 " Placeholder for backwards compatilibity: .jsx used to stand for JavaScript.
H A Dmeson.vim34 let s:maxoff = 50 " maximum number of lines to look backwards for ()
54 " Search backwards for the previous non-empty line.
H A Dpython.vim31 let s:maxoff = 50 " maximum number of lines to look backwards for ()
55 " Search backwards for the previous non-empty line.
H A Dbzl.vim29 " Maximum number of lines to look backwards.
H A Dpov.vim47 " Search backwards for the first non-empty, non-comment line.
H A Dzimbu.vim31 let s:maxoff = 50 " maximum number of lines to look backwards for ()
/vim-8.2.3635/runtime/syntax/
H A Djavascriptreact.vim1 " Placeholder for backwards compatilibity: .jsx used to be associated with the
H A Dmsql.vim9 " msql_minlines = x to sync at least x lines backwards
H A Dlite.vim9 " lite_minlines = x to sync at least x lines backwards
H A Dmake.vim104 " Sync on Make command block region: When searching backwards hits a line that
/vim-8.2.3635/runtime/doc/
H A Drileft.txt76 o Typing backwards *ins-reverse*
80 inserting happens backwards. This can be used to type right-to-left
H A Dhebrew.txt97 Typing backwards
99 If the 'revins' (reverse insert) option is set, inserting happens backwards.
H A Dusr_03.txt304 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 Dmotion.txt586 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 DREADME_VIM9.md102 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 Dvimrc_example.vim46 " The matchit plugin makes the % command work better, but it is not backwards
H A Devim.vim63 " The matchit plugin makes the % command work better, but it is not backwards
/vim-8.2.3635/runtime/autoload/
H A Dada.vim213 " 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

1234