| /vim-8.2.3635/runtime/doc/ |
| H A D | fold.txt | 57 level form a fold, with the lines with a higher level forming a nested fold. 94 -1 the fold level is undefined, use the fold level of a 137 fold level. But note that foldlevel() may return -1 if the level is not known 200 level. What happens depends on the difference between the current fold level 206 this level end and a fold with the specified level starts. 215 fold level here is 1 217 fold level here is 3 219 fold level here is 2 226 fold level here is 1 228 fold level here is 2 [all …]
|
| H A D | usr_28.txt | 215 giving lower level items a larger indent, you can use the indent folding 238 depth of the fold. This is called a fold level. 248 The opposite command |zR| sets 'foldlevel' to the deepest fold level that is 252 (A) By setting the fold level. 265 would conflict with the relation between the indent and the fold level. 308 At every numbered marker a fold at the specified level begins. This will make 309 any fold at a higher level stop here. You can just use numbered start markers 335 line a user function is called to compute the fold level of a line. You can 413 each nesting level.
|
| H A D | indent.txt | 432 uN Same as (N, but for one nesting level deeper. 760 A finer level of suppression can be achieved by setting the corresponding 891 To indent braces at the same level than the code they contain: > 914 and 'default:' are indented at the same level than the 'switch()' to avoid 942 Function call arguments will indent 1 extra level. For two-space indentation: > 961 Function arguments in declarations will indent 1 extra level. For two-space 1007 level of the normal R code. Users of Emacs/ESS may be used to have lines 1021 indent the code if it is a top level function. If you prefer that the 1068 level blocks) are not indented by default. you can turn on the indent with
|
| /vim-8.2.3635/src/ |
| H A D | fold.c | 216 ++level; in hasFoldingWin() 634 ++level; in foldCreate() 757 ++level; in deleteFold() 896 int level; in foldMoveTo() local 913 level = 0; in foldMoveTo() 999 ++level; in foldMoveTo() 1199 ++level; in foldLevelWin() 1374 ++level; in setManualFoldWin() 1648 int level; in getDeepestNestingRecurse() local 1929 int level; in get_foldtext() local [all …]
|
| H A D | debugger.c | 326 int level; in do_setdebugtracelevel() local 328 level = atoi((char *)arg); in do_setdebugtracelevel() 329 if (*arg == '+' || level < 0) in do_setdebugtracelevel() 330 debug_backtrace_level += level; in do_setdebugtracelevel() 332 debug_backtrace_level = level; in do_setdebugtracelevel()
|
| H A D | findfile.c | 222 vim_findfirst(char_u *path, char_u *filename, int level) 225 vim_findfile_init(path, filename, NULL, level, TRUE, FALSE, 304 int level, in vim_findfile_init() argument 472 search_ctx->ffsc_level = level; in vim_findfile_init() 626 level, 0); in vim_findfile_init() 1466 int level, in ff_create_stack_element() argument 1480 new->ffs_level = level; in ff_create_stack_element()
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | dtd.vim | 94 " 'comments' and 'autoindent'. Otherwise, indent to the first lines level. 103 " Check for element name. If none exists, indent one level. 111 " one level. 170 " Check for element name. If none exists, indent one level. 179 " current line is a lone “>”, in which case we indent to the same level 182 " the same level as the first line. 236 " again, if none exists, indent one level. 248 " does exist, indent to same level as first line, as we’re now done with 258 " indent two level. If it does, indent to same level as first line, as 287 " Check for notation name. If none exists, indent one level. [all …]
|
| H A D | xml.vim | 86 " no complete tag, add one additional indent level 179 " the middle part might be indented one additional level 185 " one additional level of indent 188 " declared, we should indent with its indent level. 197 " start of comment, add one indentation level 204 " middle part of comment, add one additional level
|
| H A D | sqlanywhere.vim | 83 " The indent level is also based on unmatched parentheses 107 " Unindent commands based on previous indent level 162 " Return its indent level 165 " Should return indent level of CASE 170 " Should return indent level of exception. 322 " maintain the indent level 347 " ident level (ie else, elseif, elsif) 358 " clause, do not change the indent level, since these
|
| H A D | ruby.vim | 85 " Regex used for words that, at the start of a line, add a level of indent. 93 " Regex used for words that, at the start of a line, remove a level of indent. 359 " If we have a deindenting keyword, find its match and indent to its level. 458 " level of indent. 464 " a level of indent, since the keyword has been out-dented. 504 " If the previous line ended with a block opening, add a level of indent. 528 " If the previous line started with a leading operator, use its MSL's level 539 " If the previous line ended with the "*" of a splat, add a level of indent 618 " level 656 " If the MSL line had an indenting keyword in it, add a level of indent. [all …]
|
| H A D | falcon.vim | 282 " others we indent to the containing line's MSL's level. Return -1 if fail. 297 " If we have a deindenting keyword, find its match and indent to its level. 340 " If the previous line ended with a block opening, add a level of indent. 398 " level 421 " If the MSL line had an indenting keyword in it, add a level of indent. 433 " closing bracket, indent one extra level.
|
| H A D | typescript.vim | 250 " indents an extra level. 307 " others we indent to the containing line's MSL's level. Return -1 if fail. 324 " otherwise we indent 1 level 343 " If the line is comma first, dedent 1 level 394 " If the previous line ended with a block opening, add a level of indent.
|
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| H A D | php.vim | 390 if !s:level 417 let s:level = s:level + 1 722 let s:level = 0 804 let ind = ind + shiftwidth() " we indent one level further when the preceding line is not stated
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 398 level = 1 406 level += 1 409 level -= 1 466 level = 0 470 level += 1 472 level -= 1 474 elif level == 0: 594 level = 0 597 level += 1 599 level -= 1 [all …]
|
| H A D | pythoncomplete.vim | 416 level = 1 424 level += 1 427 level -= 1 484 level = 0 488 level += 1 490 level -= 1 492 elif level == 0: 612 level = 0 615 level += 1 617 level -= 1 [all …]
|
| H A D | gzip.vim | 29 " if it's 8 (DEFLATE), we can check for the compression level 51 " for gzip check current compression level and set b:gzip_comp_arg. 179 " for gzip check current compression level and set b:gzip_comp_arg.
|
| H A D | vimball.vim | 550 fun! vimball#ShowMesg(level,msg) argument 551 " call Dfunc("vimball#ShowMesg(level=".a:level." msg<".a:msg.">)") 561 if a:level == s:WARNING || a:level == s:USAGE 563 elseif a:level == s:ERROR 570 if a:level != s:USAGE
|
| H A D | xmlformat.vim | 115 " Return tag indented by current level {{{1 136 " Remove one level of indentation {{{1
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 2html.vim | 667 return a:f1.level - a:f2.level 1207 " level and the current foldcolumn setting 1215 " in order to get the fold level of the current fold 1218 …let s:newfold = {'firstline': s:lnum, 'lastline': foldclosedend(s:lnum), 'level': s:level,'type': … 1244 " in order to get the fold level of the current fold 1246 …let s:newfold = {'firstline': s:lnum, 'lastline': foldclosedend(s:lnum), 'level': s:level,'type': … 1326 let afold.level -= leveladjust 1327 if afold.level+1 > s:foldcolumn 1328 let s:foldcolumn = afold.level+1 1496 if s:allfolds[0].level > 1 && s:firstfold [all …]
|
| H A D | indent.vim | 30 syn match indentOptions '-i\|--indentation-level\|-il\|--indent-level' 33 …-endif-column\|line-comments-indentation\|declaration-indentation\|indent-level\|parameter-indenta…
|
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| H A D | postscr.vim | 9 " postscr_level - language level to use for highlighting (1, 2, or 3) 32 " DSC comment start line (NB: defines DSC level, not PS level!) 83 " Set default highlighting to level 2 - most common at the moment 89 " PS level 1 operators - common to all levels (well ...) 336 " By default level 3 includes all level 2 operators
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ch.vim | 8 " Ch is a C/C++ interpreter with many high level extensions
|
| /vim-8.2.3635/src/proto/ |
| H A D | findfile.pro | 2 void *vim_findfile_init(char_u *path, char_u *filename, char_u *stopdirs, int level, int free_visit…
|