We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a12ea commit b0d4bd5Copy full SHA for b0d4bd5
en/gui.txt
@@ -1,4 +1,4 @@
1
-*gui.txt* For Vim version 9.0. Last change: 2022 Apr 03
+*gui.txt* For Vim version 9.0. Last change: 2022 Nov 17
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -889,6 +889,11 @@ s The menu was defined with "<silent>" to avoid showing what it is
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.
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
+
897
898
5.4 Executing Menus *execute-menus*
899
0 commit comments