Home
last modified time | relevance | path

Searched refs:opening (Results 1 – 25 of 121) sorted by relevance

12345

/vim-8.2.3635/runtime/indent/
H A Dfalcon.vim203 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 Druby.vim558 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 Dvhdl.vim108 " 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 Dconfig.vim56 " 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 Djulia.vim66 " 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 Djson.vim62 " 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 Dhtml.vim164 " 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 Djsonc.vim60 " 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 Dlogtalk.vim39 " Check for entity opening directive on previous line
55 " Check for opening conditional on previous line
H A Dmp.vim139 " 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 Dclojure.vim100 " 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 Dprolog.vim59 " Check for opening conditional on previous line
H A Dtypescript.vim206 " 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 Dmma.vim57 " indent to the matching opening block
H A Ddylan.vim61 " This line closes a parenthesis. Find opening
H A Dpov.vim75 " opening line.
H A Dperl.vim117 " Find a real opening brace
/vim-8.2.3635/src/
H A Dfold.c393 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 Dindent.txt87 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 Dft_ps1.txt26 folded unless you use the following in your .vimrc or before opening a script: >
/vim-8.2.3635/runtime/syntax/
H A Ddtd.vim31 " the following line makes the opening <! and
49 " the opening <! and the closing > as Comment.
/vim-8.2.3635/src/testdir/
H A Dtest_winbuf_close.vim228 …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 Dtest_getvar.vim100 " Simulate the user opening a split (which becomes window #1) and then
/vim-8.2.3635/runtime/autoload/
H A Dxmlformat.vim48 " 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 Dfold.pro16 void opFoldRange(linenr_T first, linenr_T last, int opening, int recurse, int had_visual);

12345