Home
last modified time | relevance | path

Searched refs:folded (Results 1 – 25 of 62) sorted by relevance

123

/vim-8.2.3635/runtime/doc/
H A Dft_ps1.txt26 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 Dfold.txt183 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 Dusr_28.txt31 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 Dft_ada.txt299 '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 Dft_rust.txt74 1 Braced blocks are folded. All folds are open by
76 2 Braced blocks are folded. 'foldlevel' is left at the
H A Dintro.txt871 "+-- 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 Dsyntax.txt381 |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 Dmotion.txt420 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 Ddevelop.txt445 have one window that shows the text with function bodies folded, another
H A Dvi_diff.txt206 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 Dspell.txt934 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 Dtest_fold.vim18 " 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 Dtest_normal.vim953 " 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 Dspell.pro37 void spell_soundfold(slang_T *slang, char_u *inword, int folded, char_u *res);
/vim-8.2.3635/src/
H A Dmove.c50 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 Dspell.c3100 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 Dsqloracle.vim78 " this is a hack, to get certain statements folded.
H A D2html.vim1447 " 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 Dtex.vim602 " single-line comments are not folded
/vim-8.2.3635/runtime/plugin/
H A Dtohtml.vim140 " folds in diff mode when first line was folded.
/vim-8.2.3635/runtime/autoload/
H A Dada.vim493 " some lone statements are folded with the line above
H A Dtohtml.vim426 " If text is folded because of user foldmethod settings, etc. we don't want
/vim-8.2.3635/src/po/
H A Duk.cp1251.po2130 msgid "+--%3ld line folded "
2131 msgid_plural "+--%3ld lines folded "
H A Dja.euc-jp.po1793 msgid "+--%3ld line folded "
1794 msgid_plural "+--%3ld lines folded "
H A Dko.UTF-8.po2053 msgid "+--%3ld line folded "
2054 msgid_plural "+--%3ld lines folded "

123