Searched refs:unmenu (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 140 call assert_fails('unmenu Test.Foo abc', 'E488:') 148 call assert_fails('unmenu Test.Foo.Bar', 'E327:') 150 call assert_fails('unmenu Test.Bar', 'E329:') 157 silent! unmenu Foo 158 unmenu Test 212 unmenu Xmenu 213 unmenu Dummy 222 unmenu Xmenu 409 unmenu ]Test 481 unmenu PopUp
|
| H A D | test_termcodes.vim | 1255 unmenu PopUp 1354 unmenu PopUp
|
| H A D | test_popup.vim | 859 unmenu Test.Foo
|
| H A D | test_cmdline.vim | 941 unmenu Test
|
| /vim-8.2.3635/src/ |
| H A D | menu.c | 117 int unmenu; in ex_menu() local 137 modes = get_menu_cmd_modes(eap->cmd, eap->forceit, &noremap, &unmenu); in ex_menu() 285 if (*map_to == NUL && !unmenu && enable == MAYBE) in ex_menu() 290 else if (*map_to != NUL && (unmenu || enable != MAYBE)) in ex_menu() 333 else if (unmenu) in ex_menu() 1263 int unmenu; in set_context_in_menu_cmd() local 1314 expand_modes = get_menu_cmd_modes(cmd, forceit, NULL, &unmenu); in set_context_in_menu_cmd() 1315 if (!unmenu) in set_context_in_menu_cmd() 1626 int *unmenu) in get_menu_cmd_modes() argument 1682 if (unmenu != NULL) in get_menu_cmd_modes() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui.txt | 492 |:unmenu-all|. You can also avoid the default menus being loaded by adding 920 *:unme* *:unmenu* 922 To delete a menu item or a whole submenu, use the unmenu commands, which are 924 :unmenu! Edit.Paste 932 To remove all menus use: *:unmenu-all* > 933 :unmenu * " remove all menus in Normal and visual mode 934 :unmenu! * " remove all menus in Insert and Command-line mode 965 :nmenu Words.Remove\ Var wb"zye:unmenu! Words.<C-R>z<CR> 967 :vmenu Words.Remove\ Var "zy:unmenu! Words.<C-R>z<CR> 969 :imenu Words.Remove\ Var <Esc>wb"zye:unmenu! Words.<C-R>z<CR>a [all …]
|
| H A D | usr_42.txt | 243 changed to "unmenu". Thus ":menu" becomes, ":unmenu", ":nmenu" becomes
|
| H A D | quickref.txt | 1436 |:unmenu| :unmenu {mpath} remove menu {mpath}
|
| H A D | version5.txt | 1179 ":unmap", ":unab" and ":unmenu" did not accept a double quote, it was seen as 1520 Crash with ":unmenu *" in .gvimrc for Athena. 2603 patch 5.1.14: ":[nvci]unmenu" removed menu for all modes, when full menu patch 5364 Looks like any ":unmenu" command may cause trouble. 5365 Solution: Disallow ":unmenu" in the Athena version. Disable the Buffers
|
| H A D | tags | 3403 :unmenu gui.txt /*:unmenu* 3404 :unmenu-all gui.txt /*:unmenu-all*
|
| H A D | index.txt | 1701 |:unmenu| :unme[nu] remove menu
|
| H A D | version6.txt | 12470 Problem: ":menu a.&b" ":unmenu a.b" only works if "&b" isn't translated.
|
| H A D | version8.txt | 33663 Problem: After :unmenu can still execute the menu with :emenu.
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 744 try | unmenu &Buffers | catch | endtry 746 try | unmenu! &Buffers | catch | endtry 758 unmenu &Buffers.Dummy
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 4750 exe 'sil! unmenu '.g:NetrwTopLvlMenu.'Bookmarks' 4751 exe 'sil! unmenu '.g:NetrwTopLvlMenu.'Bookmarks\ and\ History.Bookmark\ Delete' 8533 exe 'sil! unmenu '.g:NetrwTopLvlMenu 8534 " call Decho('exe sil! unmenu '.g:NetrwTopLvlMenu.'*','~'.expand("<slnum>")) 9286 exe 'sil! unmenu '.g:NetrwTopLvlMenu.'Targets'
|