| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 32state_flow.test | 7 !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 D | sh.vim | 23 " 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 D | falcon.vim | 54 " 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 D | tcl.vim | 85 " 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 D | fortran.vim | 158 "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 D | ruby.vim | 117 " 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 D | typescript.vim | 53 " 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 D | awk.vim | 77 " 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 D | vim.vim | 41 " 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 D | java.vim | 71 " find start of previous line, in case it was a continuation line 96 " correct for continuation lines of "throws", "implements" and "extends"
|
| H A D | ada.vim | 237 " A statement continuation - move in one 248 let continuation = (line =~ '[A-Za-z0-9_]\s*$') 256 elseif continuation && line =~ '^\s*('
|
| H A D | gitconfig.vim | 27 " odd number of slashes, in a line continuation
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jproperties.vim | 12 " 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 D | ninja.vim | 26 " continuation. 57 " $\n -> line continuation
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_expand_func.vim | 26 " Line-continuation 69 " Line-continuation
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter_README.txt | 85 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 D | tcl.in | 18 puts "Move indent back after line continuation is complete"
|
| H A D | tcl.ok | 18 puts "Move indent back after line continuation is complete"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | csc.vim | 10 " Make sure the continuation lines below do not cause problems in
|
| H A D | tcl.vim | 11 " Make sure the continuation lines below do not cause problems in
|
| H A D | dtd.vim | 10 " Make sure the continuation lines below do not cause problems in
|
| H A D | ishd.vim | 11 " Using line continuation here.
|
| H A D | dtrace.vim | 15 " Using line continuation here.
|
| H A D | config.vim | 9 " Make sure the continuation lines below do not cause problems in
|
| H A D | msmessages.vim | 17 " Using line continuation here.
|