Home
last modified time | relevance | path

Searched refs:unmatched (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dconfig.vim56 " if previous line has unmatched, unescaped opening parentheses,
62 " if previous line has unmatched opening bracket,
68 " if previous line had an unmatched closing parentheses,
76 " if previous line had an unmatched closing bracket,
H A Dmma.vim47 " if previous line has an unmatched bracket, or ( indent.
56 " if this line had unmatched closing block,
H A Dsqlanywhere.vim83 " The indent level is also based on unmatched parentheses
137 " This was not an unmatched parentheses, start the search again
H A Dclojure.vim275 " one column to the right of the unmatched (.
/vim-8.2.3635/runtime/ftplugin/
H A Dcpp.vim15 " Disabled, because it gives an error for typing an unmatched ">".
/vim-8.2.3635/runtime/syntax/
H A Dkix.vim86 " Trap unmatched parenthesis
93 " Trap unmatched brackets
H A Dcheetah.vim7 " match invalid syntax, like bad variable ref. or unmatched closing tag
H A Dmake.vim20 " catch unmatched define/endef keywords. endef only matches it is by itself on a line, possibly fo…
H A Dsqr.vim198 " If we find a ' followed by an unmatched ! before a matching ',
/vim-8.2.3635/runtime/doc/
H A Dmotion.txt615 [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
1235 [( Go to [count] previous unmatched '('.
1238 [{ Go to [count] previous unmatched '{'.
1241 ]) Go to [count] next unmatched ')'.
1244 ]} Go to [count] next unmatched '}'.
1302 [# Go to [count] previous unmatched "#if" or "#else".
1306 ]# Go to [count] next unmatched "#else" or "#endif".
H A Dindex.txt634 |[#| [# 1 cursor to N previous unmatched #if, #else
638 |[(| [( 1 cursor N times back to unmatched '('
668 |[{| [{ 1 cursor N times back to unmatched '{'
677 |]#| ]# 1 cursor to N next unmatched #endif or #else
680 |])| ]) 1 cursor N times forward to unmatched ')'
708 |]}| ]} 1 cursor N times forward to unmatched '}'
H A Dpattern.txt1476 - The number of unmatched characters in a string.
H A Dusr_41.txt1865 unmatched '"' character.
/vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/
H A Dmatchit.txt35 [% Go to [count] previous unmatched group, as specified by
39 ]% Go to [count] next unmatched group, as specified by
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim568 " Jump to the nearest unmatched "(" or "if" or "<tag>" if a:spflag == "bW"
569 " or the nearest unmatched "</tag>" or "endif" or ")" if a:spflag == "W".
/vim-8.2.3635/src/
H A Dsearch.c4303 int unmatched; in fuzzy_match_compute_score() local
4318 unmatched = strSz - numMatches; in fuzzy_match_compute_score()
4319 score += UNMATCHED_LETTER_PENALTY * unmatched; in fuzzy_match_compute_score()
/vim-8.2.3635/src/testdir/
H A Dtest_syntax.vim374 " Test for too many \z\( and unmatched \z\(
H A Dtest_vimscript.vim85 if 1 " unmatched :if
981 " Test 17: Nesting of unmatched :if or :endif inside a :while {{{1
5426 " Use an unmatched ":finally" to check whether the body is
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-8550 NOTE: This is very useful in debugging a program with unmatched parentheses!
H A Dtutor550 NOTE: This is very useful in debugging a program with unmatched parentheses!