Searched refs:nesting (Results 1 – 25 of 70) sorted by relevance
123
218 let nesting = 0227 let nesting += 1229 if nesting == 0232 let nesting -= 1
110 " would not work due to nesting
130 " Now go through the content model. We need to keep track of the nesting
35 " fix nesting107 " allow nesting (* (* *) *) even though the frontend114 " TODO - fix this for nesting, or not...274 " for folding, however, it doesn't get the nesting right.
40 " Set/Unset syntax to avoid duplicate inclusion and correctly handle nesting
66 " TODO: real nesting
152 syn sync minlines=50 "for multiple region nesting
64 Builtin json-nesting G:json-nesting json-pretty G:json-pretty json-throw G:json-throw json> G:json>
435 syn sync minlines=50 "for multiple region nesting
667 int nesting = 0; in get_function_body() local739 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 …]
1878 static int nesting = 0; in apply_autocmds_group() local1937 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()
43 The level of a fold is only defined by its nesting. To increase the fold59 The nesting of folds is limited with 'foldnestmax'.149 The fold level is defined by nesting folds. The nesting of folds is limited547 shown to indicate the nesting level.564 'foldnestmax' 'fdn': Maximum nesting for "indent" and "syntax" folding.
432 uN Same as (N, but for one nesting level deeper.485 no effect on deeper levels of nesting. Affects flags like "wN"
413 each nesting level.
1141 nesting.1182 - when there already is a command-line window (no nesting)
463 The optional [++nested] flag allows for nesting of autocommands (see below),
7282 " Deep nesting of if ... endif7291 " Deep nesting of for ... endfor7300 " Deep nesting of while ... endwhile7309 " Deep nesting of try ... endtry7318 " Deep nesting of function ... endfunction7331 " Deep nesting of if ... endif7336 " Deep nesting of for ... endfor7341 " Deep nesting of while ... endwhile7346 " Deep nesting of try ... endtry7351 " Deep nesting of function ... endfunction[all …]
1191 " Test for deep nesting of lists (> 100)1210 " Test for deep nesting of dicts (> 100)
1437 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"
1205 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"
1340 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"
1341 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"
1198 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"
454 " by '\3'. The hard part is dealing with nesting...