| /vim-8.2.3635/src/ |
| H A D | arglist.c | 900 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 D | teraterm.vim | 42 " previous line opened a block 46 " previous line opened a block
|
| H A D | dosbatch.vim | 47 " previous line opened a block
|
| H A D | go.vim | 41 " previous line opened a block
|
| H A D | dylan.vim | 56 " If previous line opened a parenthesis, and did not close it, indent
|
| H A D | pov.vim | 68 " When chg > 0, then we opened groups and we should indent more, but when
|
| H A D | nsis.vim | 71 " previous line opened a block
|
| H A D | julia.vim | 374 " 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 D | fold.txt | 326 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 D | windows.txt | 80 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 D | pi_zip.txt | 45 automatically maximized when opened. 109 opened but the swapfile held unencrypted contents.
|
| H A D | ft_ada.txt | 85 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 D | helphelp.txt | 143 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 D | usr_08.txt | 73 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 D | netbeans.txt | 180 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 D | channel.txt | 74 === 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 D | usr_22.txt | 217 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 D | pi_tar.txt | 111 are opened with |:noswapfile|.
|
| H A D | filetype.txt | 92 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 D | usr_28.txt | 160 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 D | test_join.vim | 366 < 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 D | test_options.vim | 80 " 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 D | README_VisVim.txt | 165 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 D | usw2kagtlog.vim | 42 syn keyword usw2kagtlog_Agentword opened closed
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 75 " Careful: Nread() may have opened a new window for the error message,
|