| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 252 if curly[0] > paren[0] || curly[1] > paren[1] 259 if bracket[0] > paren[0] || bracket[1] > paren[1] 265 return paren 284 return [paren[0], paren[1] + &shiftwidth - 1] 288 return paren 293 return paren 305 return paren 312 return paren 324 return paren 335 return [paren[0], paren[1] + &shiftwidth - 1] [all …]
|
| H A D | prolog.vim | 63 " Check for closing an unclosed paren, or middle ; or ->
|
| H A D | logtalk.vim | 59 " Check for closing an unclosed paren, or middle ; or ->
|
| H A D | bzl.vim | 67 " Align with the open paren unless it is at the end of the line.
|
| H A D | erlang.vim | 1028 " We found the opening paren whose block contains the LTI. 1035 " We found the opening paren whose closing paren 1039 " We found the opening pair for a closing paren that 1196 call s:Log(' Tokenize the opening paren <<<<') 1207 " Go back to the beginning of the loop and handle the opening paren
|
| H A D | rust.vim | 156 " an open paren:
|
| H A D | sqlanywhere.vim | 101 " echom 'CountUnbalancedParen unknown paren to check: ' .
|
| H A D | javascript.vim | 390 " the containing paren, bracket, or curly. Many hacks for performance
|
| /vim-8.2.3635/src/ |
| H A D | regexp_bt.c | 439 static char_u *reg(int paren, int *flagp); 2368 if (paren == REG_ZPAREN) in reg() 2379 if (paren == REG_PAREN) in reg() 2388 else if (paren == REG_NPAREN) in reg() 2425 paren == REG_ZPAREN ? ZCLOSE + parno : in reg() 2427 paren == REG_PAREN ? MCLOSE + parno : in reg() 2428 paren == REG_NPAREN ? NCLOSE : END); in reg() 2439 if (paren == REG_ZPAREN) in reg() 2443 if (paren == REG_NPAREN) in reg() 2448 else if (paren == REG_NOPAREN && peekchr() != NUL) in reg() [all …]
|
| H A D | indent.c | 1896 pos_T *pos, realpos, paren; in get_lisp_indent() local 1914 paren = *pos; in get_lisp_indent() 1916 if (pos == NULL || LT_POSP(pos, &paren)) in get_lisp_indent() 1917 pos = &paren; in get_lisp_indent()
|
| H A D | regexp_nfa.c | 272 static int nfa_reg(int paren); 2529 int paren) // REG_NOPAREN, REG_PAREN, REG_NPAREN or REG_ZPAREN in nfa_reg() argument 2533 if (paren == REG_PAREN) in nfa_reg() 2540 else if (paren == REG_ZPAREN) in nfa_reg() 2561 if (paren != REG_NOPAREN && getchr() != Magic(')')) in nfa_reg() 2563 if (paren == REG_NPAREN) in nfa_reg() 2569 else if (paren == REG_NOPAREN && peekchr() != NUL) in nfa_reg() 2580 if (paren == REG_PAREN) in nfa_reg() 2586 else if (paren == REG_ZPAREN) in nfa_reg()
|
| H A D | cindent.c | 116 char_u *paren = vim_strchr(delim, '('); in skip_string() local 118 if (paren != NULL) in skip_string() 120 size_t delim_len = paren - delim; in skip_string()
|
| H A D | userfunc.c | 3880 int paren; in define_function() local 3948 paren = TRUE; in define_function() 3963 paren = (vim_strchr(p, '(') != NULL); in define_function() 3964 if (name == NULL && (fudi.fd_dict == NULL || !paren) && !eap->skip) in define_function() 3991 if (!paren) in define_function()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rebol.vim | 98 syn keyword rebolLogicFunction native? none? object? paren? path? port? series? 105 syn keyword rebolType none! object! paren! path! port! string! time!
|
| H A D | config.vim | 7 " (patch from James McCoy to fix paren matching)
|
| H A D | st.vim | 61 " a try to highlight paren mismatches
|
| H A D | kwt.vim | 44 " match views, remove paren error in brackets
|
| H A D | indent.vim | 33 …n\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|prepr…
|
| H A D | readline.vim | 123 \ blink-matching-paren
|
| H A D | forth.vim | 141 " highlight everything after the paren as a comment till a closing ')'
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 10 matchparen.vim highlight paren matching the one under the cursor
|
| H A D | matchparen.vim | 39 " for any matching paren.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 274 " annotation ::= keyword open-paren <LF> <SP> <SP> data <LF> close-paren 280 " open-paren is an open parenthesis (ASCII 0x28) 281 " close-paren is a closed parenthesis (ASCII 0x29)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_toc.txt | 84 |03.4| Matching a paren
|
| H A D | indent.txt | 699 two spaces relative to the opening paren: 981 Indent after an open paren: > 983 Indent after a nested paren: >
|