Skip to content

Commit b0d4bd5

Browse files
committed
gui.txt: Update Vim 9.0.0946
1 parent d5a12ea commit b0d4bd5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

en/gui.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -889,6 +889,11 @@ s The menu was defined with "<silent>" to avoid showing what it is
889889
Note that hitting <Tab> while entering a menu name after a menu command may
890890
be used to complete the name of the menu item.
891891

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+
892897

893898
5.4 Executing Menus *execute-menus*
894899

0 commit comments

Comments
 (0)