Searched refs:unmatched (Results 1 – 20 of 20) sorted by relevance
| /vim-8.2.3635/runtime/indent/ |
| H A D | config.vim | 56 " 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 D | mma.vim | 47 " if previous line has an unmatched bracket, or ( indent. 56 " if this line had unmatched closing block,
|
| H A D | sqlanywhere.vim | 83 " The indent level is also based on unmatched parentheses 137 " This was not an unmatched parentheses, start the search again
|
| H A D | clojure.vim | 275 " one column to the right of the unmatched (.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cpp.vim | 15 " Disabled, because it gives an error for typing an unmatched ">".
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | kix.vim | 86 " Trap unmatched parenthesis 93 " Trap unmatched brackets
|
| H A D | cheetah.vim | 7 " match invalid syntax, like bad variable ref. or unmatched closing tag
|
| H A D | make.vim | 20 " catch unmatched define/endef keywords. endef only matches it is by itself on a line, possibly fo…
|
| H A D | sqr.vim | 198 " If we find a ' followed by an unmatched ! before a matching ',
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | motion.txt | 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 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 D | index.txt | 634 |[#| [# 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 D | pattern.txt | 1476 - The number of unmatched characters in a string.
|
| H A D | usr_41.txt | 1865 unmatched '"' character.
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 35 [% 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 D | matchit.vim | 568 " 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 D | search.c | 4303 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 D | test_syntax.vim | 374 " Test for too many \z\( and unmatched \z\(
|
| H A D | test_vimscript.vim | 85 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 D | tutor.utf-8 | 550 NOTE: This is very useful in debugging a program with unmatched parentheses!
|
| H A D | tutor | 550 NOTE: This is very useful in debugging a program with unmatched parentheses!
|