Searched refs:levels (Results 1 – 25 of 36) sorted by relevance
12
| /vim-8.2.3635/runtime/autoload/ |
| H A D | RstFold.vim | 10 let closure = {'header_types': {}, 'max_level': 0, 'levels': {}} 13 if has_key(self.levels, curline - 1) 24 let self.levels[curline] = self.header_types[key] 31 let b:RstFoldCache = closure.levels
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | dtd.vim | 192 " levels. Otherwise, if it’s an enumerated value, check for nested 203 " for the actual value. If it doesn’t exist, indent three levels. 219 " two levels. 225 " levels. 256 " two levels, if they don’t exist. If the NDATA keyword doesn’t exist,
|
| H A D | html.vim | 949 " after just "<tag" indent two levels more
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dot.vim | 57 \ layout len levels levelsgap lhead lheight lp ltail lwidth margin
|
| H A D | flexwiki.vim | 75 " Header levels, 1-6
|
| H A D | tsscl.vim | 35 syn keyword tssclKeyword cells rays error nodes levels objects cpu
|
| H A D | xpm.vim | 64 " no 'c' key, try 'g' key (grayscale with more than 4 levels)
|
| H A D | xpm2.vim | 71 " no 'c' key, try 'g' key (grayscale with more than 4 levels)
|
| H A D | vhdl.vim | 48 " VHDL predefined severity levels
|
| H A D | sqr.vim | 92 syn keyword sqrCommand set-generations set-levels set-members
|
| H A D | rust.vim | 196 " a comment, but in practice at present it leaves comments open two levels
|
| H A D | gnuplot.vim | 242 syn keyword gnuplotKeyword order levels auto discrete incremental
|
| H A D | postscr.vim | 89 " PS level 1 operators - common to all levels (well ...)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_recover.vim | 41 " Inserts 10000 lines with text to fill the swap file with two levels of pointer 44 " We need about 10000 lines of 100 characters to get two levels of pointer
|
| H A D | test_breakindent.vim | 797 " check formatlistpat indent with different list levels
|
| H A D | test_vim9_disassemble.vim | 1394 '14 TRY-CONTINUE 2 levels -> 4\_s*' ..
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_28.txt | 98 of several levels. 100 If you have nested several levels deep, you can open all of them with: >
|
| H A D | indent.txt | 485 no effect on deeper levels of nesting. Affects flags like "wN" 939 Extra indentation levels to add to parameters in multi-line function calls. > 957 Extra indentation levels to add to arguments in multi-line function
|
| H A D | usr_42.txt | 41 even deeper levels. Don't use this too much, you need to move the mouse quite
|
| H A D | message.txt | 530 command in a recursive way. This is restricted to 'maxmapdepth' levels. This 540 for about 14 levels. When more nesting is done, Vim assumes that there is a
|
| H A D | syntax.txt | 936 Syntax folding can be enabled at various levels through the variables 2049 g:lisp_rainbow : if it exists and is nonzero, then differing levels 2053 The g:lisp_rainbow option provides 10 levels of individual colorization for 2055 colorization levels, unlike non-rainbow highlighting, the rainbow mode 2603 currently three defined language versions, or levels. Level 1 is the original 2885 "%w[]" may create corresponding fold levels. 3078 The syntax/sh.vim file provides several levels of syntax-based folding: > 3993 Here is an example, which highlights three levels of parentheses in
|
| H A D | print.txt | 601 previewing at different zoom levels, and printing. Check supplied
|
| H A D | editing.txt | 1714 - The maximum number of levels matched can be given by appending a number 1725 levels.
|
| H A D | repeat.txt | 433 15). The ':source!' command can be nested up to 15 levels deep.
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 574 " go up or down as many levels as possible and again return {}.
|
12