| /vim-8.2.3635/runtime/indent/ |
| H A D | falcon.vim | 203 if empty(opening.parentheses) 206 let opening.parentheses = opening.parentheses[0:-2] 211 if empty(opening.braces) 214 let opening.braces = opening.braces[0:-2] 219 if empty(opening.brackets) 222 let opening.brackets = opening.brackets[0:-2] 231 " both opening and closing cases 235 for opening in opening.parentheses + opening.braces + opening.brackets 236 if opening.pos > rightmost_opening.pos 237 let rightmost_opening = opening [all …]
|
| H A D | ruby.vim | 558 if opening.pos != -1 876 if empty(opening.parentheses) 879 let opening.parentheses = opening.parentheses[0:-2] 884 if empty(opening.braces) 887 let opening.braces = opening.braces[0:-2] 892 if empty(opening.brackets) 895 let opening.brackets = opening.brackets[0:-2] 904 " both opening and closing cases 908 for opening in opening.parentheses + opening.braces + opening.brackets 909 if opening.pos > rightmost_opening.pos [all …]
|
| H A D | vhdl.vim | 108 " align closing ")" with opening "(" 210 " find previous opening statement of 232 " indent: +sw if previous line is previous opening statement 236 " find previous opening statement of 253 " indent: maintain indent of previous opening statement 256 " find previous opening statement of 262 " indent: maintain indent of previous opening statement 265 " find previous opening statement of 271 " indent: maintain indent of previous opening statement 274 " find previous opening statement of [all …]
|
| H A D | config.vim | 56 " if previous line has unmatched, unescaped opening parentheses, 62 " if previous line has unmatched opening bracket, 69 " indent to the matching opening parentheses 77 " indent to the matching opening bracket
|
| H A D | julia.vim | 66 " The first occurrence is an opening block keyword 68 " closing blocks and opening new ones 189 " The first occurrence is an opening bracket 361 " set the indentation to match the opening bracket (plus an extra space) 387 " we skipped a bracket set, keep searching for an opening bracket 399 " the situation we align it with the opening one, or we let the rest of 446 " opening line? 449 " if the opening line has a colon followed by non-comments, use it as 459 " if the opening line is not a naked import/using/export statement, use
|
| H A D | json.vim | 62 " Check if line 'lnum' has more opening brackets than closing ones. 144 " If the previous line ended with a block opening, add a level of indent. 149 " If the previous line contained an opening bracket, and we are still in it,
|
| H A D | html.vim | 164 " 1 opening tag 255 " Return non-zero when "tagname" is an opening tag, not being a block tag, for 327 " opening tag 333 " block-tag (opening or closing) 389 " opening tag 425 " blocktagind indent for current opening (get) and closing (set) 446 " if opening tag found, 470 " opening tag found, assume a:lnum within block 536 " If previous line ended in a closing tag, line up with the opening tag. 544 " check for tags before the matching opening tag. [all …]
|
| H A D | jsonc.vim | 60 " Check if line 'lnum' has more opening brackets than closing ones. 163 " If the previous line ended with a block opening, add a level of indent. 168 " If the previous line contained an opening bracket, and we are still in it,
|
| H A D | logtalk.vim | 39 " Check for entity opening directive on previous line 55 " Check for opening conditional on previous line
|
| H A D | mp.vim | 139 " a line should cause the next line to be indented: count the "opening tags" 143 " most likely be indented. Note that `else` and `elseif` are both opening and 145 " being a leading `else[if]`, which is counted as an opening tag, but not as
|
| H A D | clojure.vim | 100 " opening ". If this is not found we take the indent of the line. 220 " Returns 1 for opening brackets, -1 for _anything else_. 225 " Returns: [opening-bracket-lnum, indent]
|
| H A D | prolog.vim | 59 " Check for opening conditional on previous line
|
| H A D | typescript.vim | 206 " Check if line 'lnum' has more opening brackets than closing ones. 394 " If the previous line ended with a block opening, add a level of indent. 399 " If the previous line contained an opening bracket, and we are still in it,
|
| H A D | mma.vim | 57 " indent to the matching opening block
|
| H A D | dylan.vim | 61 " This line closes a parenthesis. Find opening
|
| H A D | pov.vim | 75 " opening line.
|
| H A D | perl.vim | 117 " Find a real opening brace
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 393 int opening, // TRUE to open, FALSE to close in opFoldRange() argument 406 if (opening && !recurse) in opFoldRange() 408 (void)setManualFold(lnum, opening, recurse, &done); in opFoldRange() 411 if (!opening && !recurse) in opFoldRange() 1252 int opening, // TRUE when opening, FALSE when closing in setManualFold() argument 1272 (void)setManualFoldWin(wp, dlnum, opening, recurse, NULL); in setManualFold() 1278 return setManualFoldWin(curwin, lnum, opening, recurse, donep); in setManualFold() 1295 int opening, // TRUE when opening, FALSE when closing in setManualFoldWin() argument 1348 if (!opening && recurse) in setManualFoldWin() 1359 if (opening) in setManualFoldWin() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 87 the current line before opening a new line. 147 increase the indent (lines starting with "if", an opening brace, 158 opening brace at the End of the line (more precise: is not the 188 fN Place the first opening brace of a function or other block in 189 column N. This applies only for an opening brace that is not 199 {N Place opening braces N characters from the prevailing indent. 200 This applies only for opening braces that are inside other 209 }N Place closing braces N characters from the matching opening 220 opening brace is in column 0. This can specify a different 499 matching opening parenthesis. (default 0). [all …]
|
| H A D | ft_ps1.txt | 26 folded unless you use the following in your .vimrc or before opening a script: >
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dtd.vim | 31 " the following line makes the opening <! and 49 " the opening <! and the closing > as Comment.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_winbuf_close.vim | 228 …call assert_equal(h, winheight(0), "Window height does not match eight before opening and closing … 229 …call assert_equal(w, win_getid(), "Did not return to original window after opening and closing a w…
|
| H A D | test_getvar.vim | 100 " Simulate the user opening a split (which becomes window #1) and then
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlformat.vim | 48 " split on `>`, but don't split on very first opening < 127 " Check if tag is a new opening tag <tag> {{{1
|
| /vim-8.2.3635/src/proto/ |
| H A D | fold.pro | 16 void opFoldRange(linenr_T first, linenr_T last, int opening, int recurse, int had_visual);
|