| /vim-8.2.3635/src/testdir/ |
| H A D | test_balloon.vim | 21 " Use <Ignore> after <MouseMove> to return from vgetc() without removing 51 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
|
| H A D | test_listdict.vim | 80 " removing items with :unlet 91 #" removing items out of range: silently skip items that don't exist 200 " Test removing items in list 203 #" Test removing 1 element 216 #" Test removing range of element(s) 322 " removing items with :unlet 436 " Test removing items in a dictionary
|
| H A D | test_const.vim | 305 " Modify list - error when changing item or adding/removing items 316 " Modify dict - error when changing item or adding/removing items
|
| H A D | test_blob.vim | 380 " Test removing items in blob 383 #" Test removing 1 element 396 #" Test removing range of element(s)
|
| H A D | test_popupwin_textprop.vim | 166 " test that removing the text property closes the popups
|
| H A D | test_history.vim | 57 " Test for removing entries matching a pattern
|
| H A D | test_listener.vim | 50 " removing listener works
|
| H A D | test_listchars.vim | 212 " removing 'multispace:'
|
| H A D | test_diffmode.vim | 1316 " Test for adding/removing lines inside diff chunks, between diff chunks 1385 " removing the only remaining diff chunk should make the files equal
|
| H A D | test_edit.vim | 394 " Test autoindent removing indent of blank line. 414 " Test for autoindent removing indent when insert mode is stopped. Some parts
|
| /vim-8.2.3635/src/ |
| H A D | option.c | 1254 int removing; // "opt-=arg" in do_set() local 1384 removing = FALSE; in do_set() 1399 removing = TRUE; // "-=" in do_set() 1575 int value_is_replaced = !prepending && !adding && !removing; in do_set() 1701 if (removing) in do_set() 1894 if (adding || prepending || removing) in do_set() 1940 if (!(adding || prepending || removing) in do_set() 1948 if (adding || prepending || removing) in do_set() 1960 if (removing || (flags & P_NODUP)) in do_set() 2009 if (removing) in do_set()
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 28 Here are guidelines for removing Vim by hand:
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | msmessages.vim | 43 " Comments are converted to C source (by removing leading ;)
|
| H A D | rexx.vim | 219 " this will colorize the entire region, removing any colorizing already done!
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_27.txt | 204 "n" does the same thing. To repeat while removing a previously used offset: > 306 The same rules apply to removing "n" and "m". It's even possible to remove
|
| H A D | usr_01.txt | 176 and these have been modified (e.g., by removing the pictures, updating the
|
| H A D | usr_43.txt | 92 allows removing all autocommands for filetype detection when doing ":filetype
|
| H A D | usr_22.txt | 404 Even after removing the buffer with ":bdelete" Vim still remembers it.
|
| H A D | version5.txt | 877 "nd": Used for moving the cursor right in the GUI, to avoid removing one line 1039 Athena GUI: Crash when removing a menu item. Now Vim doesn't crash, but the 2452 When removing or replacing a menu, compare the menu name only up to the <Tab> 2639 Fixed a memory leak when removing menus. 3149 be added after removing it. This make the runtime files be found just after 4633 Win32 GUI: When removing a menu item, the tearoff wasn't updated. (Negri) 5178 Problem: Motif version with Lesstif: When removing the menubar and then 5509 When removing a PopUp[nvic] menu, the name had been truncated, 5523 Problem: Athena GUI: When removing the 'g' flag from 'guioptions', using a 6235 when the menu has been disabled by removing 'm' from 'guioptions'. [all …]
|
| H A D | pi_netrw.txt | 1607 Deleting/removing files and directories involves moving the cursor to the 1644 If removing a directory fails with g:netrw_rmdir_cmd, netrw then will attempt 1941 modify the g:netrw_list_hide list by removing the marked files from it 2940 *g:netrw_rm_cmd* command for removing remote files 2943 *g:netrw_rmdir_cmd* command for removing remote directories 2946 *g:netrw_rmf_cmd* command for removing remote softlinks 4041 :Lexpore not removing the Lexplore window
|
| H A D | autocmd.txt | 195 argument behavior differs from that for defining and removing autocommands. 612 Useful to setup removing things added by a 1467 Autocommands can be put together in a group. This is useful for removing or
|
| H A D | tips.txt | 458 " current register contents and removing any mapping for the "i" command.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 197 " Flag for removing empty lines at end of new ChangeLogs.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ocaml.vim | 253 " This is for preventing removing indentation of these args:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | syntaxcomplete.vim | 661 " Problem removing the match / / tags
|