Home
last modified time | relevance | path

Searched refs:heredoc (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/runtime/indent/
H A Dvim.vim67 " 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 Dperl.vim64 " Assumes that an end-of-heredoc marker matches \I\i* to avoid
H A Druby.vim410 " If we are at the closing delimiter of a "<<" heredoc-style string, set the
/vim-8.2.3635/src/proto/
H A Dvim9compile.pro17 int assignment_len(char_u *p, int *heredoc);
/vim-8.2.3635/runtime/ftplugin/
H A Dzsh.vim39 let b:match_skip = 's:comment\|string\|heredoc\|subst'
/vim-8.2.3635/src/testdir/
H A Dtest_pyx3.vim83 " Test for various heredoc syntaxes
H A Dtest_pyx2.vim83 " Test for various heredoc syntaxes
H A Dtest_let.vim382 " Test for the setting a variable using the heredoc syntax
484 from heredoc
H A Dtest_perl.vim324 " Test for various heredoc syntax
H A Dtest_ruby.vim419 " Test for various heredoc syntax
H A Dtest_vim9_assign.vim1436 CheckScriptFailure(lines, 'E1145: Missing heredoc end marker: END')
1453 CheckScriptFailure(lines, 'E1145: Missing heredoc end marker: END')
H A Dtest_tcl.vim738 " Test for different syntax for ruby heredoc
H A Dtest_vim9_expr.vim2139 CheckDefFailure(lines, 'E1145: Missing heredoc end marker: ENDIT', 0)
2140 CheckScriptFailure(['vim9script'] + lines, 'E1145: Missing heredoc end marker: ENDIT', 2)
H A Dtest_lua.vim899 " Test for various heredoc syntax
/vim-8.2.3635/src/
H A Dvim9compile.c5919 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 Dex_docmd.c3445 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 Daap.vim136 " A heredoc assignment.
H A Draku.vim465 …-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 Dsh.vim9 " This file includes many ideas from Eric Brunet ([email protected]) and heredoc fixes from Felipe…
/vim-8.2.3635/runtime/doc/
H A Dif_ruby.txt38 to |:let-heredoc| for more information.
H A Dif_mzsch.txt53 |:let-heredoc| for more information.
H A Dif_lua.txt45 |:let-heredoc| for more information.
H A Dvim9.txt634 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 Dif_tcl.txt43 |:let-heredoc| for more information.
H A Dif_pyth.txt47 |:let-heredoc| for more information.

12