Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 109) sorted by relevance

12345

/vim-8.2.3635/src/
H A Darglist.c900 char_u *opened; // Array of weight for which args are open: in do_arg_all() local
936 opened = alloc_clear(opened_len); in do_arg_all()
937 if (opened == NULL) in do_arg_all()
990 if (weight > (int)opened[i]) in do_arg_all()
992 opened[i] = (char_u)weight; in do_arg_all()
1092 if (opened[i] > 0) in do_arg_all()
1182 vim_free(opened); in do_arg_all()
/vim-8.2.3635/runtime/indent/
H A Dteraterm.vim42 " previous line opened a block
46 " previous line opened a block
H A Ddosbatch.vim47 " previous line opened a block
H A Dgo.vim41 " previous line opened a block
H A Ddylan.vim56 " If previous line opened a parenthesis, and did not close it, indent
H A Dpov.vim68 " When chg > 0, then we opened groups and we should indent more, but when
H A Dnsis.vim71 " previous line opened a block
H A Djulia.vim374 " we need to find the line where the bracket was opened
434 " Increase indentation for each newly opened block in the reference line
/vim-8.2.3635/runtime/doc/
H A Dfold.txt326 many folds deep will be opened. In Visual mode one level of
327 folds is opened for all lines in the selected area.
351 that many closed folds are opened.
368 zx Update folds: Undo manually opened and closed folds: re-apply
375 zX Undo manually opened and closed folds: re-apply 'foldlevel'.
396 opened. Useful to see all the text in {range}. Without [!]
397 one level of folds is opened.
483 opened and closed.
484 When increased, folds above the new level are opened. No manually opened
487 folds will be opened.
[all …]
H A Dwindows.txt80 windows are opened or closed, see |winnr()|.
259 it will be opened left (vertical split) or above (horizontal
267 it will be opened right (vertical split) or below (horizontal
320 " if there are fewer than 9 windows opened
538 When a count is specified the new tab page will be opened
685 also limits the number of windows opened ('winwidth' if
737 When using the |:tab| modifier each argument is opened in a
912 (like a help window is). If a new one is opened,
947 opened like with |:ptag|. The current window and cursor
1317 of windows opened ('winwidth' if |:vertical| was prepended).
[all …]
H A Dpi_zip.txt45 automatically maximized when opened.
109 opened but the swapfile held unencrypted contents.
H A Dft_ada.txt85 file is opened and adds Ada related entries to the main and pop-up menu.
146 compiler set in |g:ada_default_compiler| whenever an Ada source is opened. The
166 like with the GPS - opened files, window positions etc. will be remembered
H A Dhelphelp.txt143 already opened, then the location list for that window
144 is used. Otherwise, a new help window is opened and
158 will be opened. Otherwise the specified tag is searched for in all "doc/tags"
H A Dusr_08.txt73 If you have opened a whole bunch of windows, but now want to concentrate on
159 when a window is closed or opened.
573 be opened in a new tab page. Another example: >
H A Dnetbeans.txt180 Writes of unmodified buffers that were opened from the
185 Partial writes for buffers that were opened from the
405 file that is being opened. The sequence of commands could be:
533 If there are folds they are opened to make the cursor line
741 A file was opened by the user.
H A Dchannel.txt74 === socket opened === ~
119 Use |ch_status()| to see if the channel could be opened.
223 When the channel can't be opened you will get an error message. There is a
563 When opened with ch_open():
570 When opened with job_start():
589 Write String {msg} in the channel log file, if it was opened
H A Dusr_22.txt217 previous tab page from which the new tab page was opened. You can change the
220 directory. Any new windows opened in this tab page will use this directory as
H A Dpi_tar.txt111 are opened with |:noswapfile|.
H A Dfiletype.txt92 already opened files. Reset 'autoindent', 'cindent', 'smartindent' and/or
93 'indentexpr' to disable indenting in an opened file.
432 <Leader>o Switches to the ChangeLog buffer opened for the
H A Dusr_28.txt160 Folds are opened automatically when jumping around or moving the cursor left
189 is lost. If you come back to the same file later, all manually opened and
/vim-8.2.3635/src/testdir/
H A Dtest_join.vim366 < On this line a new comment is opened which spans 2 lines. This comment should
372 < On this line a new comment is opened which spans 2 lines. This comment should
420 …der is not removed from the next line #< < On this line a new comment is opened which spans 2 line…
421 …der is not removed from the next line #< < On this line a new comment is opened which spans 2 line…
H A Dtest_options.vim80 " Check if the option-window is opened horizontally.
90 " Check if the option-window is opened vertically.
113 " Check if the option-window is opened in a tab.
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt165 1. When opening a file in DevStudio the file is opened in the DevStudio
176 2. Sometimes when clicking on a file, the file won't be opened by Vim but
238 - Added an option to do a :cd before opening the file (having a file opened
/vim-8.2.3635/runtime/syntax/
H A Dusw2kagtlog.vim42 syn keyword usw2kagtlog_Agentword opened closed
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim75 " Careful: Nread() may have opened a new window for the error message,

12345