File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- *gui.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1
+ *gui.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -982,10 +982,9 @@ NOTE: umenuコマンドでメニューの名前を入力しているときに<Ta
982
982
983
983
5.7 メニューの例 *menu-examples*
984
984
985
- これはメニューを使ってメニュー項目を追加する方法の例である! カーソルの下のキー
986
- ワードをメニュー項目に追加することができる。作業用にレジスタ "z" を使用してい
987
- る。 >
988
-
985
+ メニューを使用してメニュー項目を追加する方法の例をここに示す。カーソルの下の
986
+ キーワードをメニュー項目に追加することができる。レジスタ "z" を使用している。
987
+ >
989
988
:nmenu Words.Add\ Var wb"zye:menu! Words.<C-R>z <C-R>z<CR>
990
989
:nmenu Words.Remove\ Var wb"zye:unmenu! Words.<C-R>z<CR>
991
990
:vmenu Words.Add\ Var "zy:menu! Words.<C-R>z <C-R>z <CR>
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -970,7 +970,7 @@ name and all existing submenus below it are affected.
970
970
971
971
5.7 Examples for Menus *menu-examples*
972
972
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
974
974
item for the keyword under the cursor. The register "z" is used. >
975
975
976
976
:nmenu Words.Add\ Var wb"zye:menu! Words.<C-R>z <C-R>z<CR>
You can’t perform that action at this time.
0 commit comments