Home
last modified time | relevance | path

Searched refs:paren (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/runtime/indent/
H A Dclojure.vim252 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 Dprolog.vim63 " Check for closing an unclosed paren, or middle ; or ->
H A Dlogtalk.vim59 " Check for closing an unclosed paren, or middle ; or ->
H A Dbzl.vim67 " Align with the open paren unless it is at the end of the line.
H A Derlang.vim1028 " 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 Drust.vim156 " an open paren:
H A Dsqlanywhere.vim101 " echom 'CountUnbalancedParen unknown paren to check: ' .
H A Djavascript.vim390 " the containing paren, bracket, or curly. Many hacks for performance
/vim-8.2.3635/src/
H A Dregexp_bt.c439 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 Dindent.c1896 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 Dregexp_nfa.c272 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 Dcindent.c116 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 Duserfunc.c3880 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 Drebol.vim98 syn keyword rebolLogicFunction native? none? object? paren? path? port? series?
105 syn keyword rebolType none! object! paren! path! port! string! time!
H A Dconfig.vim7 " (patch from James McCoy to fix paren matching)
H A Dst.vim61 " a try to highlight paren mismatches
H A Dkwt.vim44 " match views, remove paren error in brackets
H A Dindent.vim33 …n\|indent-level\|parameter-indentation\|line-length\|comment-line-length\|paren-indentation\|prepr…
H A Dreadline.vim123 \ blink-matching-paren
H A Dforth.vim141 " highlight everything after the paren as a comment till a closing ')'
/vim-8.2.3635/runtime/plugin/
H A DREADME.txt10 matchparen.vim highlight paren matching the one under the cursor
H A Dmatchparen.vim39 " for any matching paren.
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim274 " 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 Dusr_toc.txt84 |03.4| Matching a paren
H A Dindent.txt699 two spaces relative to the opening paren:
981 Indent after an open paren: >
983 Indent after a nested paren: >

12