| /vim-8.2.3635/runtime/syntax/ |
| H A D | ctrlh.vim | 6 " Existing syntax is kept, this file can be used as an addition
|
| H A D | syncolor.vim | 29 " Therefore the number of colors used is kept low. It doesn't look nice with
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 1573 int kept, in adjust_props_for_split() argument 1581 int skipped = kept + deleted; in adjust_props_for_split() 1607 cont_prev = prop.tp_col + !start_incl <= kept; in adjust_props_for_split() 1616 if (p->tp_col + p->tp_len >= kept) in adjust_props_for_split() 1617 p->tp_len = kept - p->tp_col; in adjust_props_for_split()
|
| /vim-8.2.3635/src/proto/ |
| H A D | textprop.pro | 22 void adjust_props_for_split(linenr_T lnum_props, linenr_T lnum_top, int kept, int deleted);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_flatten.vim | 73 call assert_equal([1, [9], 3], l:z) " Reference to l:x is kept.
|
| H A D | test_windows_home.vim | 90 " Invalid $HOME is kept
|
| H A D | test_gn.vim | 160 " but the visual mode should be kept.
|
| H A D | test_expr.vim | 258 " Unrecognized format specifier kept as-is.
|
| H A D | test_cpoptions.vim | 835 " Test for the '&' flag in 'cpo'. The swap file is kept when a buffer is still
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_43.txt | 25 settings, because they have been kept minimal. Suppose that for C files you
|
| H A D | recover.txt | 106 changed, not when you only moved around. The reason why it is not kept up to
|
| H A D | vi_diff.txt | 96 Information for undo and text in registers is kept in memory, thus when making 98 undo levels and the text that can be kept in registers. Other things are also 99 kept in memory: Command-line history, error messages for Quickfix mode, etc. 774 Undo information is kept in memory. Available memory limits the number and
|
| H A D | scroll.txt | 304 file where your X resources are kept): >
|
| H A D | usr_07.txt | 314 will not be kept.
|
| H A D | if_lua.txt | 315 dictionaries are also objects, references are kept between Lua and Vim. A dict
|
| H A D | repeat.txt | 342 original line is kept. 675 bit harder to update to a new version. A repository can usually be kept
|
| H A D | usr_29.txt | 27 is a function definition in a C or C++ program. A list of tags is kept in a
|
| H A D | starting.txt | 1510 AAA - value from session A, session B kept it 1517 always kept. This is used for: 1527 will be kept.
|
| H A D | motion.txt | 852 option is not empty, uppercase marks are kept in the .viminfo file. See 992 or larger than before, all marks are kept at the
|
| H A D | usr_30.txt | 497 all tabs that come after a non-blank character are kept. If you want these to
|
| H A D | windows.txt | 1027 If the option 'hidden' ('hid') is set, abandoned buffers are kept for all 1362 scratch Contains text that can be discarded at any time. It is kept
|
| H A D | version5.txt | 18 Autocommands are kept |autocmds-kept| 211 Autocommands are kept *autocmds-kept* 778 When using search commands in a mapping, only the last one is kept in the 785 When resizing windows, the cursor is kept in the same relative position, if 1367 and NULL are the same! For "!!yes|dd count=1|, the yes command kept on 2906 existing matches are kept in the same order, newly found matches are added 5210 than 32767 lines. But this info was kept global for all 5619 Solution: Don't put a kept message in the message history when it starts
|
| H A D | options.txt | 219 For the first one the start is kept, but for the second one the backslashes 221 halved and when you expect the backslashes to be kept. The third gives a 1345 min:{n} Minimum text width that will be kept after 2255 marks are kept like |:keepmarks| was used. 2893 It should normally be kept at its default value, or set when Vim 2958 be kept. But you can change it if you want to. 3562 when internal formatting is used. Make sure the cursor is kept in the 5742 When non-empty the oldest version of a file is kept. This can be used 5745 copy of the original file will be kept. The name of the copy is the 6724 the "!" and ":!" commands. The redirection is kept outside of the [all …]
|
| H A D | message.txt | 491 Buffers are only partly kept in memory, thus editing a very large file is
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 101 * No priority for the built-in language interfaces. They will have to be kept
|