File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- *gui.txt* For Vim バージョン 9.0. Last change: 2022 Apr 03
1+ *gui.txt* For Vim バージョン 9.0. Last change: 2022 Nov 17
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -902,6 +902,10 @@ s そのメニュー項目のマッピングが実行されたとき、表示が
902902NOTE: menuコマンドでメニューの名前を入力しているときに<Tab> を打つと名前が補完
903903される(設定による)。
904904
905+ 列挙中にメニューを変更することはできない。 *E1310*
906+ これは通常は発生しないが、例えば、タイマーのコールバックでメニューを定義し、
907+ ユーザーが | more-prompt | を表示する方法でメニューを一覧表示する場合にのみ発生
908+ する。
905909
9069105.4 メニューの実行 *execute-menus*
907911
Original file line number Diff line number Diff line change 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
889889Note that hitting <Tab> while entering a menu name after a menu command may
890890be 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
8938985.4 Executing Menus *execute-menus*
894899
You can’t perform that action at this time.
0 commit comments