| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | matlab.ok | 65 function nested 75 function nested 85 function nested
|
| H A D | matlab.in | 65 function nested 75 function nested 85 function nested
|
| H A D | README.txt | 27 nested statements, etc. with valid syntax.
|
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 56 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 D | fileio.c | 5439 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 D | test_execute_func.vim | 8 let nested = execute('echo "nested\nlines"') 9 echo 'got: "' . nested . '"'
|
| H A D | test_textobjects.vim | 175 " 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 D | test_nested_function.vim | 1 " Tests for nested functions
|
| H A D | test_source.vim | 108 call WaitForAssert({-> assert_match('E22: Scripts nested too deep\s*', term_getline(buf, 6))})
|
| H A D | test_eval_stuff.vim | 27 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 D | en_GB.po | 82 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 D | usr_28.txt | 82 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 D | fold.txt | 57 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 D | usr_44.txt | 194 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 D | autocmd.txt | 54 :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 D | jsonc.vim | 9 " Ensure syntax is loaded once, unless nested inside another (main) syntax
|
| H A D | awk.vim | 166 " Keeps nested array names' separate from normal array elements. 205 " Change this if you want nested array names to be highlighted.
|
| H A D | modula2.vim | 44 " Comments may be nested in Modula-2:
|
| H A D | autodoc.vim | 50 " nested autodocNStmtAcc structures correctly
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | config.vim | 7 " TODO: how about nested [()]'s in one line what's wrong with '\\\@!'?
|
| H A D | pov.vim | 42 " If we are inside a comment (may be nested in obscure ways), give up
|
| H A D | yaml.vim | 105 " nested mapping: ...
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | julia.vim | 35 " for nested-structures-skipping to work properly
|
| H A D | clojure.vim | 29 " Lisp comments are routinely nested (e.g. ;;; SECTION HEADING)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ccomplete.vim | 40 elseif line[start] == ']' " nested [] 74 " We can't use split, because we need to skip nested [...]. 105 elseif base[e] == '[' " nested [...]
|