Skip to content

Commit dd90df3

Browse files
authored
Merge pull request #1200 from tsuyoshicho/update/20221125/gui
Update gui.{txt,jax}
2 parents 2f4b94d + b00166c commit dd90df3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/gui.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 そのメニュー項目のマッピングが実行されたとき、表示が
902902
NOTE: menuコマンドでメニューの名前を入力しているときに<Tab>を打つと名前が補完
903903
される(設定による)。
904904

905+
列挙中にメニューを変更することはできない。 *E1310*
906+
これは通常は発生しないが、例えば、タイマーのコールバックでメニューを定義し、
907+
ユーザーが |more-prompt| を表示する方法でメニューを一覧表示する場合にのみ発生
908+
する。
905909

906910
5.4 メニューの実行 *execute-menus*
907911

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)