Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 117) sorted by relevance

12345

/vim-8.2.3635/runtime/indent/testdir/
H A Dmatlab.ok65 function nested
75 function nested
85 function nested
H A Dmatlab.in65 function nested
75 function nested
85 function nested
H A DREADME.txt27 nested statements, etc. with valid syntax.
/vim-8.2.3635/src/
H A Dautocmd.c56 char nested; // If autocommands nest here. member
840 int nested = FALSE; in do_autocmd() local
922 if (nested) in do_autocmd()
924 nested = TRUE; in do_autocmd()
931 if (nested) in do_autocmd()
933 nested = TRUE; in do_autocmd()
976 once, nested, cmd, forceit, group, flags) == FAIL) in do_autocmd()
983 once, nested, cmd, forceit, group, flags) == FAIL) in do_autocmd()
1036 int nested, in do_autocmd_event() argument
1297 ac->nested = nested; in do_autocmd_event()
[all …]
H A Dfileio.c5439 int nested = 0; in file_pat_to_reg_pat() local
5493 for (p = pat; *p && nested >= 0 && p <= endp; p++) in file_pat_to_reg_pat()
5585 nested++; in file_pat_to_reg_pat()
5590 --nested; in file_pat_to_reg_pat()
5593 if (nested) in file_pat_to_reg_pat()
5613 if (nested != 0) in file_pat_to_reg_pat()
5615 if (nested < 0) in file_pat_to_reg_pat()
/vim-8.2.3635/src/testdir/
H A Dtest_execute_func.vim8 let nested = execute('echo "nested\nlines"')
9 echo 'got: "' . nested . '"'
H A Dtest_textobjects.vim175 " nested tag that has < in a different line from >
181 " nested tag with attribute that has < in a different line from >
598 " 2i(, 3i( in front of a block enters second/third nested '('
607 " 3i( in front of a block doesn't enter third but un-nested '('
H A Dtest_nested_function.vim1 " Tests for nested functions
H A Dtest_source.vim108 call WaitForAssert({-> assert_match('E22: Scripts nested too deep\s*', term_getline(buf, 6))})
H A Dtest_eval_stuff.vim27 call mkdir('Xmkdir/nested', 'p')
28 call assert_true(isdirectory('Xmkdir/nested'))
32 call mkdir('Xmkdir/nested', 'p')
/vim-8.2.3635/src/po/
H A Den_GB.po82 msgid "E743: variable nested too deep for (un)lock"
83 msgstr "E743: Variable nested too deep for (un)lock"
86 msgid "E724: variable nested too deep for displaying"
87 msgstr "E724: Variable nested too deep for displaying"
103 msgid "E698: variable nested too deep for making a copy"
104 msgstr "E698: Variable nested too deep for making a copy"
/vim-8.2.3635/runtime/doc/
H A Dusr_28.txt82 Folds can be nested: A region of text that contains folds can be folded
85 opening the fold for the whole chapter will restore the nested folds as they
97 This folds M-ore. You can repeat "zr" and "zm" to open and close nested folds
100 If you have nested several levels deep, you can open all of them with: >
217 indent. Lines with a larger indent will become nested folds. This works well
H A Dfold.txt57 level form a fold, with the lines with a higher level forming a nested fold.
204 2. If a marker with a higher fold level is found, a nested fold is started.
255 - The line is inside a comment, 'commentstring' isn't empty and nested
308 folds (partially) in the selected area and all nested folds in
349 za When on a closed fold: open it. When folds are nested, you
540 nest, the nested fold is one character right of the fold it's contained in.
546 Where the fold column is too narrow to display all nested folds, digits are
H A Dusr_44.txt194 it is easier to use nested items, as is explained in the next section.
235 nested xBlock item will start here. Thus the "b = c" line is inside the
237 with the end pattern of the region. This ends the nested xBlock. Because the
238 } is included in the nested region, it is hidden from the first xBlock region.
354 nested () items, which should be highlighted in the same way. You must make
H A Dautocmd.txt54 :au[tocmd] [group] {event} {pat} [++once] [++nested] {cmd}
64 See |autocmd-nested| for [++nested]. "nested"
148 :au[tocmd]! [group] {event} {pat} [++once] [++nested] {cmd}
152 See |autocmd-nested| for [++nested].
1547 |autocmd-nested|.
1668 *autocmd-nested* *E218*
1671 those commands. If you do want this, use the "nested" flag for those commands
1673 :autocmd FileChangedShell *.c ++nested e!
/vim-8.2.3635/runtime/syntax/
H A Djsonc.vim9 " Ensure syntax is loaded once, unless nested inside another (main) syntax
H A Dawk.vim166 " Keeps nested array names' separate from normal array elements.
205 " Change this if you want nested array names to be highlighted.
H A Dmodula2.vim44 " Comments may be nested in Modula-2:
H A Dautodoc.vim50 " nested autodocNStmtAcc structures correctly
/vim-8.2.3635/runtime/indent/
H A Dconfig.vim7 " TODO: how about nested [()]'s in one line what's wrong with '\\\@!'?
H A Dpov.vim42 " If we are inside a comment (may be nested in obscure ways), give up
H A Dyaml.vim105 " nested mapping: ...
/vim-8.2.3635/runtime/ftplugin/
H A Djulia.vim35 " for nested-structures-skipping to work properly
H A Dclojure.vim29 " Lisp comments are routinely nested (e.g. ;;; SECTION HEADING)
/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim40 elseif line[start] == ']' " nested []
74 " We can't use split, because we need to skip nested [...].
105 elseif base[e] == '[' " nested [...]

12345