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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -902,6 +902,10 @@ s そのメニュー項目のマッピングが実行されたとき、表示が
902
902
NOTE: menuコマンドでメニューの名前を入力しているときに<Tab> を打つと名前が補完
903
903
される(設定による)。
904
904
905
+ 列挙中にメニューを変更することはできない。 *E1310*
906
+ これは通常は発生しないが、例えば、タイマーのコールバックでメニューを定義し、
907
+ ユーザーが | more-prompt | を表示する方法でメニューを一覧表示する場合にのみ発生
908
+ する。
905
909
906
910
5.4 メニューの実行 *execute-menus*
907
911
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
2
2
3
3
4
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
889
Note that hitting <Tab> while entering a menu name after a menu command may
890
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
898
5.4 Executing Menus *execute-menus*
894
899
You can’t perform that action at this time.
0 commit comments