| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_ps1.txt | 26 folded unless you use the following in your .vimrc or before opening a script: > 30 Digital signatures in scripts will also be folded unless you use: >
|
| H A D | fold.txt | 183 normally set such that the text before the marker shows up in the folded line. 277 All folding commands start with "z". Hint: the "z" looks like a folded piece 297 zd Delete one fold at the cursor. When the cursor is on a folded 365 which the cursor is located not folded. 478 'foldlevel' is a number option: The higher the more folded regions are open. 572 will move to the first line of a sequence of folded lines. When the cursor is 573 already on a folded line, it moves to the next unfolded line or the next 576 While the cursor is on folded lines, the cursor is always displayed in the 578 line is folded, it cannot be displayed there. 580 Many movement commands handle a sequence of folded lines like an empty line. [all …]
|
| H A D | usr_28.txt | 31 screen. Like a piece of paper which is folded to make it shorter: 40 / folded lines / 75 folded piece of paper, seen from the side. The letter after the "z" has a 82 Folds can be nested: A region of text that contains folds can be folded 126 over folded text. 291 Notice that the folded line will display the text before the marker. This is 385 change is folded.
|
| H A D | ft_ada.txt | 299 'i': lone 'is' folded with line above 300 'b': lone 'begin' folded with line above 301 'p': lone 'private' folded with line above 302 'x': lone 'exception' folded with line above
|
| H A D | ft_rust.txt | 74 1 Braced blocks are folded. All folds are open by 76 2 Braced blocks are folded. 'foldlevel' is left at the
|
| H A D | intro.txt | 871 "+-- 99 lines folded". They can be thousands of 886 1. one 1. one 1. +-- folded 1. +-- folded 887 2. two 2. +-- folded 2. five 2. five
|
| H A D | syntax.txt | 381 |g:html_dynamic_folds| enabled, you can show or hide the text that is folded 537 included in the generated HTML (unless it is folded): > 574 folded text will open the fold as if |g:html_hover_unfold| were set. 637 disabled javascript to view the folded text. 1007 "#if 0" blocks are also folded, unless: > 1110 list, vector or map that extends over more than one line can be folded using 1606 units are not folded because they are seen as not belonging to any program 2481 Subroutines are folded by default if 'perl_fold' is set. If you do not want 2486 Anonymous subroutines are not folded by default; you may enable their folding 2491 Packages are also folded by default if 'perl_fold' is set. To disable this
|
| H A D | motion.txt | 420 A sequence of folded lines is counted for one word of a single character. 422 a range of folded lines. "b" and "B" move to the start of the first word or
|
| H A D | develop.txt | 445 have one window that shows the text with function bodies folded, another
|
| H A D | vi_diff.txt | 206 A range of lines can be shown as one "folded" line. This allows 213 Parts of the text that are equal are folded away. Commands can be
|
| H A D | spell.txt | 934 The "FOL" line specifies the case-folded characters. These are used to 1426 Only case-folded letters need to be included.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_fold.vim | 18 " is folded away 36 " using .+3 as second address should copy the whole folded line + the next 3 64 " using .+3 as second address should copy the whole folded line + the next 3 839 …let content2 = ['folded line 1 "{{{1', ' test', ' test2', ' test3', '', 'folded line 2 "{{{1', … 1290 call assert_equal('+-- 2 lines folded ', foldtextresult(2))
|
| H A D | test_normal.vim | 953 " Test for 'M' with folded lines 969 " Test for CTRL-Y on a folded line 1020 " Test for CTRL-D on a folded line 2026 " jumping to a folded line using [[ should open the fold 3431 " jumping to a folded line should open the fold
|
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
|
| /vim-8.2.3635/src/ |
| H A D | move.c | 50 int folded; in comp_botline() local 73 folded = FALSE; in comp_botline() 77 folded = TRUE; in comp_botline() 98 wp->w_cline_folded = folded; in comp_botline()
|
| H A D | spell.c | 3100 int folded, // "inword" is already case-folded in spell_soundfold() argument 3112 if (folded) in spell_soundfold()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqloracle.vim | 78 " this is a hack, to get certain statements folded.
|
| H A D | 2html.vim | 1447 " This is the beginning of a folded block (with no dynamic folding) 1468 " A line that is not folded, or doing dynamic folding.
|
| H A D | tex.vim | 602 " single-line comments are not folded
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 140 " folds in diff mode when first line was folded.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 493 " some lone statements are folded with the line above
|
| H A D | tohtml.vim | 426 " If text is folded because of user foldmethod settings, etc. we don't want
|
| /vim-8.2.3635/src/po/ |
| H A D | uk.cp1251.po | 2130 msgid "+--%3ld line folded " 2131 msgid_plural "+--%3ld lines folded "
|
| H A D | ja.euc-jp.po | 1793 msgid "+--%3ld line folded " 1794 msgid_plural "+--%3ld lines folded "
|
| H A D | ko.UTF-8.po | 2053 msgid "+--%3ld line folded " 2054 msgid_plural "+--%3ld lines folded "
|