Home
last modified time | relevance | path

Searched refs:removing (Results 1 – 25 of 80) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_balloon.vim21 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
51 " Use <Ignore> after <MouseMove> to return from vgetc() without removing
H A Dtest_listdict.vim80 " 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 Dtest_const.vim305 " Modify list - error when changing item or adding/removing items
316 " Modify dict - error when changing item or adding/removing items
H A Dtest_blob.vim380 " Test removing items in blob
383 #" Test removing 1 element
396 #" Test removing range of element(s)
H A Dtest_popupwin_textprop.vim166 " test that removing the text property closes the popups
H A Dtest_history.vim57 " Test for removing entries matching a pattern
H A Dtest_listener.vim50 " removing listener works
H A Dtest_listchars.vim212 " removing 'multispace:'
H A Dtest_diffmode.vim1316 " 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 Dtest_edit.vim394 " 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 Doption.c1254 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 Duninstall.txt28 Here are guidelines for removing Vim by hand:
/vim-8.2.3635/runtime/syntax/
H A Dmsmessages.vim43 " Comments are converted to C source (by removing leading ;)
H A Drexx.vim219 " this will colorize the entire region, removing any colorizing already done!
/vim-8.2.3635/runtime/doc/
H A Dusr_27.txt204 "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 Dusr_01.txt176 and these have been modified (e.g., by removing the pictures, updating the
H A Dusr_43.txt92 allows removing all autocommands for filetype detection when doing ":filetype
H A Dusr_22.txt404 Even after removing the buffer with ":bdelete" Vim still remembers it.
H A Dversion5.txt877 "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 Dpi_netrw.txt1607 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 Dautocmd.txt195 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 Dtips.txt458 " current register contents and removing any mapping for the "i" command.
/vim-8.2.3635/runtime/ftplugin/
H A Dchangelog.vim197 " Flag for removing empty lines at end of new ChangeLogs.
/vim-8.2.3635/runtime/indent/
H A Docaml.vim253 " This is for preventing removing indentation of these args:
/vim-8.2.3635/runtime/autoload/
H A Dsyntaxcomplete.vim661 " Problem removing the match / / tags

1234