Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 115) sorted by relevance

12345

/vim-8.2.3635/runtime/doc/
H A Dfold.txt338 is closed for all lines in the selected area.
351 that many closed folds are opened.
403 one level of folds is closed.
479 When 'foldlevel' is 0, all folds are closed.
483 opened and closed.
485 folds will be closed.
486 When decreased, folds above the new level are closed. No manually closed
542 A closed fold is indicated with a '+'.
563 displayed closed.
574 closed fold.
[all …]
H A Dusr_28.txt86 were, some may be open and some may be closed.
124 When some folds are closed, movement commands like "j" and "k" move over a
146 A "+" is shown for a closed fold. A "-" is shown at the start of each open
157 When in Insert mode, the fold at the cursor line is never closed. That allows
168 Warning: You won't be able to move onto a closed fold then. You might want to
183 closed and one with all folds open.
190 closed folds are back to their default. When folds have been created
246 be closed. The lower the foldlevel, the more folds will be closed. When
247 'foldlevel' is zero, all folds are closed. |zM| does set 'foldlevel' to zero.
258 folds remain closed.
H A Dchannel.txt216 Note that a channel is closed in three stages:
428 "buffered" The channel was closed but there is data to read.
429 "closed" The channel was closed.
561 "status" "open", "buffered" or "closed", like
566 "sock_status" "open" or "closed"
571 "out_status" "open", "buffered" or "closed"
575 "err_status" "open", "buffered" or "closed"
579 "in_status" "open" or "closed"
645 there is nothing more to read (channel was closed).
717 "closed" channel can not be used
[all …]
H A Dusr_08.txt80 closed.
159 when a window is closed or opened.
374 called a closed fold. They are indicated in the picture with "<- fold". Thus
390 character there, in front of each closed fold. Move the mouse pointer to that
471 Since there are no changes left now, Vim puts all text in a closed fold.
585 The current tab page will be closed. Unless there are unsaved
H A Dpopup.txt107 Otherwise, a popup can be closed by clicking on the X in the top-right corner
151 - The popup window can be closed with `popup_close()`, the terminal buffer
246 When {force} is present and |TRUE| the popup is also closed
859 If the window for which the popup was defined is closed, the popup is closed.
871 - If the text property is removed the popup is closed. Use something like
918 When CTRL-C is pressed the popup is closed, the filter will not be invoked.
938 the popup is closed. If the filter causes an error then it is assumed to
939 return zero. If this happens three times in a row the popup is closed. If
940 the popup gives errors fewer than 10% of the calls then it won't be closed.
951 If the popup is force-closed, e.g. because the cursor moved or CTRL-C was
H A Dwindows.txt80 windows are opened or closed, see |winnr()|.
316 window will be closed: >
375 page is closed. |tab-page|
393 windows are closed. For {count} see the `:quit` command
396 When the 'hidden' option is set, all buffers in closed windows
672 All other windows are closed. When a count is given, this is
733 width will be closed if possible.
927 cannot be closed. See also |:close|.
1006 : silent! .foldopen " don't want a closed fold
1138 closed. If buffer [N] is the current buffer, another buffer
[all …]
H A Dpi_paren.txt46 closed folds.
/vim-8.2.3635/runtime/syntax/
H A D2html.vim860 \ ".closed-fold > .fulltext { display: none; }",
866 \ ".closed-fold > .toggle-closed { display: none; }",
884 \ ".closed-fold .fulltext { display: none; }",
887 \ ".closed-fold .toggle-closed { display: none; }",
900 \ ".closed-fold .fulltext { display: none; }",
903 \ ".closed-fold .toggle-closed { display: none; }",
927 " insert javascript to toggle folds open and closed
935 \ " if (fold.className == 'closed-fold')",
941 \ " fold.className = 'closed-fold';",
972 \ " if (node.className == 'closed-fold')",
[all …]
H A Dusw2kagtlog.vim42 syn keyword usw2kagtlog_Agentword opened closed
H A Dlprolog.vim55 syn keyword lprologKeyword local localkind closed sig
/vim-8.2.3635/src/testdir/
H A Dtest_prompt_buffer.vim22 \ ' " Reset &modified to allow the buffer to be closed.',
29 \ ' " Reset &modified to allow the buffer to be closed.',
38 \ ' " Reset &modified to allow the buffer to be closed.',
H A Dtest_fold.vim243 " all folds closed
269 " folds are not corrupted and all have been closed
356 " all folds closed
377 " folds are not corrupted and all have been closed
483 " Basic test if a fold can be created, opened, moving to the end and closed
500 " Create a fold inside a closed fold after setting 'foldlevel'
536 " A newly created nested fold should be closed
1349 " Test for using [z and ]z in a closed fold to jump to the beginning and end
1373 " Using [z or ]z in a closed fold should not move the cursor
H A Dtest_cscope.vim234 call assert_match('cscope connection 0 closed', a)
238 call assert_match('cscope connection Xcscope.out closed', a)
242 call assert_match('cscope connection .*Xcscope.out closed', a)
H A Dtest_display.vim289 " First check for the default setting for a closed fold
323 " check the characters for a closed fold
H A Dtest_getvar.vim93 " tabline when the user closed a window. This test confirms the fix.
/vim-8.2.3635/runtime/indent/
H A Dnsis.vim75 " this line closed a block
82 " this line closed a block
H A Ddosbatch.vim51 " this line closed a block
H A Dteraterm.vim50 " this line closed a block
H A Dxml.vim110 " Find previous line with a tag (regardless whether open or closed,
187 " If the previous tag was closed on the same line as it was
H A Dgo.vim51 " this line closed a block
H A Dtcl.vim97 " If the current line begins with a closed brace, then decrease the indentation by one.
H A Dpov.vim69 " chg < 0, we closed groups and this already affected the previous line,
/vim-8.2.3635/src/
H A Dfold.c586 int closed = FALSE; in foldCreate() local
630 closed = TRUE; in foldCreate()
633 closed = TRUE; in foldCreate()
692 if (use_level && !closed && level < curwin->w_p_fdl) in foldCreate()
1676 int closed = FALSE; in check_closed() local
1684 closed = TRUE; in check_closed()
1687 closed = TRUE; in check_closed()
1692 if (closed) in check_closed()
1698 closed = FALSE; in check_closed()
1700 return closed; in check_closed()
/vim-8.2.3635/src/proto/
H A Dscreen.pro7 size_t fill_foldcolumn(char_u *p, win_T *wp, int closed, linenr_T lnum);
/vim-8.2.3635/runtime/autoload/
H A Dtohtml.vim587 \ " if (node.className == 'closed-fold')",
618 " Insert javascript to toggle matching folds open and closed in all windows,
628 \ " if(fold.className == 'closed-fold')",
634 \ " fold.className = 'closed-fold';",

12345