comparison runtime/doc/gui.txt @ 31139:20cf2080f1ee

Update runtime files Commit: https://github.com/vim/vim/commit/d13166e788fcaef59ec65c20b46ca4be16625669 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 18 21:49:57 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Nov 2022 23:00:05 +0100
parents f8116058ca76
children a9b5ffbc0428
comparison
equal deleted inserted replaced
31138:e3510cfd5e37 31139:20cf2080f1ee
1 *gui.txt* For Vim version 9.0. Last change: 2022 Apr 03 1 *gui.txt* For Vim version 9.0. Last change: 2022 Nov 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
887 - The menu was disabled. 887 - The menu was disabled.
888 888
889 Note that hitting <Tab> while entering a menu name after a menu command may 889 Note that hitting <Tab> while entering a menu name after a menu command may
890 be used to complete the name of the menu item. 890 be used to complete the name of the menu item.
891 891
892 It is not allowed to change menus while listing them. *E1310*
893 This doesn't normally happen, only when, for example, you would have a timer
894 callback define a menu and the user lists menus in a way it shows
895 |more-prompt|.
896
892 897
893 5.4 Executing Menus *execute-menus* 898 5.4 Executing Menus *execute-menus*
894 899
895 *:em* *:emenu* *E334* *E335* 900 *:em* *:emenu* *E334* *E335*
896 :[range]em[enu] {menu} Execute {menu} from the command line. 901 :[range]em[enu] {menu} Execute {menu} from the command line.