Home
last modified time | relevance | path

Searched refs:unmenu (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_menu.vim140 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 Dtest_termcodes.vim1255 unmenu PopUp
1354 unmenu PopUp
H A Dtest_popup.vim859 unmenu Test.Foo
H A Dtest_cmdline.vim941 unmenu Test
/vim-8.2.3635/src/
H A Dmenu.c117 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 Dgui.txt492 |: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 Dusr_42.txt243 changed to "unmenu". Thus ":menu" becomes, ":unmenu", ":nmenu" becomes
H A Dquickref.txt1436 |:unmenu| :unmenu {mpath} remove menu {mpath}
H A Dversion5.txt1179 ":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 Dtags3403 :unmenu gui.txt /*:unmenu*
3404 :unmenu-all gui.txt /*:unmenu-all*
H A Dindex.txt1701 |:unmenu| :unme[nu] remove menu
H A Dversion6.txt12470 Problem: ":menu a.&b" ":unmenu a.b" only works if "&b" isn't translated.
H A Dversion8.txt33663 Problem: After :unmenu can still execute the menu with :emenu.
/vim-8.2.3635/runtime/
H A Dmenu.vim744 try | unmenu &Buffers | catch | endtry
746 try | unmenu! &Buffers | catch | endtry
758 unmenu &Buffers.Dummy
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim4750 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'