Skip to content

Commit 166fec5

Browse files
committed
Update gui.{txt,jax}
1 parent 2428eaf commit 166fec5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

doc/gui.jax

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+
*gui.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -982,10 +982,9 @@ NOTE: umenuコマンドでメニューの名前を入力しているときに<Ta
982982

983983
5.7 メニューの例 *menu-examples*
984984

985-
これはメニューを使ってメニュー項目を追加する方法の例である! カーソルの下のキー
986-
ワードをメニュー項目に追加することができる。作業用にレジスタ "z" を使用してい
987-
る。 >
988-
985+
メニューを使用してメニュー項目を追加する方法の例をここに示す。カーソルの下の
986+
キーワードをメニュー項目に追加することができる。レジスタ "z" を使用している。
987+
>
989988
:nmenu Words.Add\ Var wb"zye:menu! Words.<C-R>z <C-R>z<CR>
990989
:nmenu Words.Remove\ Var wb"zye:unmenu! Words.<C-R>z<CR>
991990
:vmenu Words.Add\ Var "zy:menu! Words.<C-R>z <C-R>z <CR>

en/gui.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim version 9.1. Last change: 2024 May 11
1+
*gui.txt* For Vim version 9.1. Last change: 2024 Jul 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -970,7 +970,7 @@ name and all existing submenus below it are affected.
970970

971971
5.7 Examples for Menus *menu-examples*
972972

973-
Here is an example on how to add menu items with menu's! You can add a menu
973+
Here is an example on how to add menu items with menus. You can add a menu
974974
item for the keyword under the cursor. The register "z" is used. >
975975
976976
:nmenu Words.Add\ Var wb"zye:menu! Words.<C-R>z <C-R>z<CR>

0 commit comments

Comments
 (0)