Searched refs:emenu (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_menu.vim | 87 emenu n Test.FooBar 93 emenu v Test.FooBar 95 emenu s Test.FooBar 97 emenu o Test.FooBar 99 emenu t Test.FooBar 101 emenu i Test.FooBar 103 emenu c Test.FooBar 178 call assert_equal('"emenu Xmenu.A1.A1B2', @:) 455 %emenu Test.foo 459 %emenu Test.foo [all …]
|
| H A D | test_winbar.vim | 16 emenu WinBar.Next 18 emenu WinBar.Cont 22 call assert_fails('emenu WinBar.Next', 'E334:')
|
| H A D | test_gui.vim | 754 emenu Help.Overview
|
| /vim-8.2.3635/src/ |
| H A D | screen.c | 875 int emenu = (xp->xp_context == EXPAND_MENUS in status_match_len() local 879 if (emenu && menu_is_separator(s)) in status_match_len() 948 int emenu; in win_redr_status_matches() local 1035 emenu = (xp->xp_context == EXPAND_MENUS in win_redr_status_matches() 1037 if (emenu && menu_is_separator(s)) in win_redr_status_matches()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui.txt | 521 not done by default. You can use the |:emenu| command and command-line 528 :map <F4> :emenu <C-Z> 890 *:em* *:emenu* *E334* *E335* 897 :emenu File.Exit 910 use :emenu to access useful menu items you may have got used to from GUI
|
| H A D | index.txt | 1308 |:emenu| :em[enu] execute a menu by name
|
| H A D | version7.txt | 1825 When ":emenu" is used in a startup script the command was put in the typeahead 2667 When completing menu names, e.g., after ":emenu", don't sort the entries but 4168 Problem: ":emenu" isn't executed directly, causing the encryption key 9936 name. That makes ":emenu" difficult to use. 9937 Solution: Store the untranslated name and use it for completion and :emenu.
|
| H A D | tags | 2432 :emenu gui.txt /*:emenu*
|
| H A D | version6.txt | 1301 :emenu in Visual mode to execute a ":vmenu" entry. 4733 Problem: Wildcard expansion for ":emenu" also shows separators. 4734 Solution: Skip menu separators for ":emenu", ":popup" and ":tearoff".
|
| H A D | todo.txt | 5048 current menu, not the first one. E.g., ":emenu File.Save<Up>".
|
| H A D | version5.txt | 3285 The new |:emenu| command can be used to execute a menu item.
|
| H A D | version8.txt | 33663 Problem: After :unmenu can still execute the menu with :emenu.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 12651 " s:UpdateBuffersMenu: does emenu Buffers.Refresh (but due to locale, the menu item may not be call… 12653 " can't be called except via emenu. But due to locale, that menu line may not… 12659 sil emenu Buffers.Refresh\ menu
|