| /vim-8.2.3635/runtime/indent/ |
| H A D | vim.vim | 67 " In heredoc indenting works completely differently. 71 " End of heredoc: use indent of matching start line 84 " First line in heredoc: increase indent
|
| H A D | perl.vim | 64 " Assumes that an end-of-heredoc marker matches \I\i* to avoid
|
| H A D | ruby.vim | 410 " If we are at the closing delimiter of a "<<" heredoc-style string, set the
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 17 int assignment_len(char_u *p, int *heredoc);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zsh.vim | 39 let b:match_skip = 's:comment\|string\|heredoc\|subst'
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_pyx3.vim | 83 " Test for various heredoc syntaxes
|
| H A D | test_pyx2.vim | 83 " Test for various heredoc syntaxes
|
| H A D | test_let.vim | 382 " Test for the setting a variable using the heredoc syntax 484 from heredoc
|
| H A D | test_perl.vim | 324 " Test for various heredoc syntax
|
| H A D | test_ruby.vim | 419 " Test for various heredoc syntax
|
| H A D | test_vim9_assign.vim | 1436 CheckScriptFailure(lines, 'E1145: Missing heredoc end marker: END') 1453 CheckScriptFailure(lines, 'E1145: Missing heredoc end marker: END')
|
| H A D | test_tcl.vim | 738 " Test for different syntax for ruby heredoc
|
| H A D | test_vim9_expr.vim | 2139 CheckDefFailure(lines, 'E1145: Missing heredoc end marker: ENDIT', 0) 2140 CheckScriptFailure(['vim9script'] + lines, 'E1145: Missing heredoc end marker: ENDIT', 2)
|
| H A D | test_lua.vim | 899 " Test for various heredoc syntax
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 5919 assignment_len(char_u *p, int *heredoc) in assignment_len() argument 5925 *heredoc = TRUE; in assignment_len() 6267 int heredoc, in compile_lhs() argument 6310 if (heredoc) in compile_lhs() 6460 if (oplen == 3 && !heredoc in compile_lhs() 6473 if (oplen > 1 && !heredoc) in compile_lhs() 6561 int heredoc, in compile_assign_lhs() argument 6891 int heredoc = FALSE; in compile_assignment() local 6940 if (heredoc) in compile_assignment() 7035 if (heredoc) in compile_assignment() [all …]
|
| H A D | ex_docmd.c | 3445 int heredoc; in find_ex_command() local 3579 oplen = assignment_len(skipwhite(p), &heredoc); in find_ex_command()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | aap.vim | 136 " A heredoc assignment.
|
| H A D | raku.vim | 465 …-z_\xC0-\xFF0-9]\|[-'][A-Za-z_\xC0-\xFF]\@=\)*\)\%(([^)]*)\)\?\)*:\%(to\|heredoc\)\%(\_s*:!\?\%([A… 466 …-z_\xC0-\xFF0-9]\|[-'][A-Za-z_\xC0-\xFF]\@=\)*\)\%(([^)]*)\)\?\)*:\%(to\|heredoc\)\%(\_s*:!\?\%([A…
|
| H A D | sh.vim | 9 " This file includes many ideas from Eric Brunet ([email protected]) and heredoc fixes from Felipe…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_ruby.txt | 38 to |:let-heredoc| for more information.
|
| H A D | if_mzsch.txt | 53 |:let-heredoc| for more information.
|
| H A D | if_lua.txt | 45 |:let-heredoc| for more information.
|
| H A D | vim9.txt | 634 Note that this means that in heredoc the first line cannot start with a bar: > 638 Either use an empty line at the start or do not use heredoc. Or temporarily 645 If the heredoc is inside a function 'cpoptions' must be set before :def and
|
| H A D | if_tcl.txt | 43 |:let-heredoc| for more information.
|
| H A D | if_pyth.txt | 47 |:let-heredoc| for more information.
|