Home
last modified time | relevance | path

Searched refs:continuation (Results 1 – 25 of 104) sorted by relevance

12345

/vim-8.2.3635/src/libvterm/t/
H A D32state_flow.test7 !Spillover text marks continuation on second line
14 !CRLF in column 80 does not mark continuation
23 !EL cancels continuation of following line
/vim-8.2.3635/runtime/indent/
H A Dsh.vim23 " 20180326 - better support for line continuation
26 " 20170808: - better indent of line continuation
57 \ 'continuation-line': function('shiftwidth'),
103 let ind += s:indent_value('continuation-line')
106 let ind -= s:indent_value('continuation-line')
109 let ind += s:indent_value('continuation-line')
175 " Comment, cannot be a line continuation
H A Dfalcon.vim54 " Regex that defines continuation lines.
62 " Regex that defines continuation lines, not including (, {, or [.
116 " Find line above 'lnum' that started the continuation 'lnum' may be part of.
123 " If we have a continuation line, or we're in a string, use line as MSL.
129 " If the current line is a non-bracket continuation and so is the
140 " If the current line is a bracket continuation or a block-starter, but
409 " If the previous line wasn't a MSL and is continuation return its indent.
417 " Set up more variables, now that we know we wasn't continuation bound.
H A Dtcl.vim85 " Look for backslash line continuation on the previous two lines.
89 " If the previous line begins a line continuation.
92 " If two lines ago was the end of a line continuation group of lines.
H A Dfortran.vim158 "First continuation line
162 "Line after last continuation line
185 "Don't indent comments, continuation lines and labelled lines
192 "not a continuation line, and does not have a label
198 " Skip comments, blank lines and continuation lines
H A Druby.vim117 " Regex that defines continuation lines, not including (, {, or [.
121 " Regex that defines continuation lines.
139 " Regex that defines end of bracket continuation followed by another continuation
268 " continuation of something above
645 " If previous line is a continuation return its indent.
755 " Find line above 'lnum' that started the continuation 'lnum' may be part of.
761 " If we have a continuation line, or we're in a string, use line as MSL.
791 " If the current line is a non-bracket continuation and so is the
802 " If the current line is a bracket continuation or a block-starter, but
804 " start of another continuation.
[all …]
H A Dtypescript.vim53 " Regex that defines continuation lines, not including (, {, or [.
56 " Regex that defines continuation lines.
120 " Find line above 'lnum' that started the continuation 'lnum' may be part of.
126 " If we have a continuation line, or we're in a string, use line as MSL.
238 " If the previous line wasn't a MSL and is continuation return its indent.
246 " Set up more variables now that we know we aren't continuation bound.
249 " If the previous line ended with [*+/.-=], start a continuation that
H A Dawk.vim77 " continuation checks.
98 " Need continuation due to comma, backslash, etc
107 " If the previous line doesn't need continuation on the current line we are
117 " 2 If the line before the previous needs continuation search backward
H A Dvim.vim41 " The previous line, ignoring line continuation
58 " the start of the previous line, skipping over line continuation
167 " indent the next line more. Not for a continuation line or {{{.
H A Djava.vim71 " find start of previous line, in case it was a continuation line
96 " correct for continuation lines of "throws", "implements" and "extends"
H A Dada.vim237 " A statement continuation - move in one
248 let continuation = (line =~ '[A-Za-z0-9_]\s*$')
256 elseif continuation && line =~ '^\s*('
H A Dgitconfig.vim27 " odd number of slashes, in a line continuation
/vim-8.2.3635/runtime/syntax/
H A Djproperties.vim12 " Set a value for the sync block that we use to find long continuation lines
13 " in properties; the value is already large - if you have larger continuation
61 " trying to not think about continuation lines
76 " ignore continuation lines for the present
H A Dninja.vim26 " continuation.
57 " $\n -> line continuation
/vim-8.2.3635/src/testdir/
H A Dtest_expand_func.vim26 " Line-continuation
69 " Line-continuation
/vim-8.2.3635/runtime/tools/
H A Dccfilter_README.txt85 Following lines beginning with a pipe (|) are continuation
90 Following lines beginning with a pipe (|) are continuation
/vim-8.2.3635/runtime/indent/testdir/
H A Dtcl.in18 puts "Move indent back after line continuation is complete"
H A Dtcl.ok18 puts "Move indent back after line continuation is complete"
/vim-8.2.3635/runtime/ftplugin/
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
H A Ddtd.vim10 " Make sure the continuation lines below do not cause problems in
H A Dishd.vim11 " Using line continuation here.
H A Ddtrace.vim15 " Using line continuation here.
H A Dconfig.vim9 " Make sure the continuation lines below do not cause problems in
H A Dmsmessages.vim17 " Using line continuation here.

12345