Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 70) sorted by relevance

123

/vim-8.2.3635/runtime/indent/
H A Dsh.vim218 let nesting = 0
227 let nesting += 1
229 if nesting == 0
232 let nesting -= 1
H A Dsas.vim110 " would not work due to nesting
H A Ddtd.vim130 " Now go through the content model. We need to keep track of the nesting
/vim-8.2.3635/runtime/syntax/
H A Dmma.vim35 " fix nesting
107 " allow nesting (* (* *) *) even though the frontend
114 " TODO - fix this for nesting, or not...
274 " for folding, however, it doesn't get the nesting right.
H A Djsonc.vim40 " Set/Unset syntax to avoid duplicate inclusion and correctly handle nesting
H A Dmarkdown.vim66 " TODO: real nesting
H A Dvirata.vim152 syn sync minlines=50 "for multiple region nesting
H A D8th.vim64 Builtin json-nesting G:json-nesting json-pretty G:json-pretty json-throw G:json-throw json> G:json>
H A Dnasm.vim435 syn sync minlines=50 "for multiple region nesting
/vim-8.2.3635/src/
H A Duserfunc.c667 int nesting = 0; in get_function_body() local
739 else if (nesting_inline[nesting]) in get_function_body()
808 if (nesting_inline[nesting] in get_function_body()
814 if (nesting-- == 0) in get_function_body()
856 else if (nesting_def[nesting]) in get_function_body()
892 ++nesting; in get_function_body()
893 nesting_def[nesting] = (c == 'd'); in get_function_body()
894 nesting_inline[nesting] = FALSE; in get_function_body()
931 ++nesting; in get_function_body()
932 nesting_def[nesting] = TRUE; in get_function_body()
[all …]
H A Dautocmd.c1878 static int nesting = 0; in apply_autocmds_group() local
1937 if (nesting == 10) in apply_autocmds_group()
2125 ++nesting; // see matching decrement below in apply_autocmds_group()
2170 if (nesting == 1) in apply_autocmds_group()
2177 if (nesting == 1) in apply_autocmds_group()
2216 --nesting; // see matching increment above in apply_autocmds_group()
/vim-8.2.3635/runtime/doc/
H A Dfold.txt43 The level of a fold is only defined by its nesting. To increase the fold
59 The nesting of folds is limited with 'foldnestmax'.
149 The fold level is defined by nesting folds. The nesting of folds is limited
547 shown to indicate the nesting level.
564 'foldnestmax' 'fdn': Maximum nesting for "indent" and "syntax" folding.
H A Dindent.txt432 uN Same as (N, but for one nesting level deeper.
485 no effect on deeper levels of nesting. Affects flags like "wN"
H A Dusr_28.txt413 each nesting level.
H A Dcmdline.txt1141 nesting.
1182 - when there already is a command-line window (no nesting)
H A Dusr_40.txt463 The optional [++nested] flag allows for nesting of autocommands (see below),
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim7282 " Deep nesting of if ... endif
7291 " Deep nesting of for ... endfor
7300 " Deep nesting of while ... endwhile
7309 " Deep nesting of try ... endtry
7318 " Deep nesting of function ... endfunction
7331 " Deep nesting of if ... endif
7336 " Deep nesting of for ... endfor
7341 " Deep nesting of while ... endwhile
7346 " Deep nesting of try ... endtry
7351 " Deep nesting of function ... endfunction
[all …]
H A Dtest_listdict.vim1191 " Test for deep nesting of lists (> 100)
1210 " Test for deep nesting of dicts (> 100)
/vim-8.2.3635/src/po/
H A Dnl.po1437 msgid "E579: :if nesting too deep"
1438 msgstr "E579: te diepe :if-nesting"
1455 msgid "E585: :while/:for nesting too deep"
1456 msgstr "E585: te diepe :while/:for-nesting"
1470 msgid "E601: :try nesting too deep"
1471 msgstr "E601: te diepe :try-nesting"
1897 msgid "E218: autocommand nesting too deep"
H A Dzh_TW.UTF-8.po1205 msgid "E579: :if nesting too deep"
1223 msgid "E585: :while nesting too deep"
1232 msgid "E601: :try nesting too deep"
1608 msgid "E218: autocommand nesting too deep"
H A Dzh_CN.cp936.po1340 msgid "E579: :if nesting too deep"
1358 msgid "E585: :while/:for nesting too deep"
1373 msgid "E601: :try nesting too deep"
1784 msgid "E218: autocommand nesting too deep"
H A Dzh_CN.po1341 msgid "E579: :if nesting too deep"
1359 msgid "E585: :while/:for nesting too deep"
1374 msgid "E601: :try nesting too deep"
1785 msgid "E218: autocommand nesting too deep"
H A Dzh_TW.po1198 msgid "E579: :if nesting too deep"
1216 msgid "E585: :while nesting too deep"
1225 msgid "E601: :try nesting too deep"
1601 msgid "E218: autocommand nesting too deep"
H A Dzh_CN.UTF-8.po1340 msgid "E579: :if nesting too deep"
1358 msgid "E585: :while/:for nesting too deep"
1373 msgid "E601: :try nesting too deep"
1784 msgid "E218: autocommand nesting too deep"
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim454 " by '\3'. The hard part is dealing with nesting...

123