diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-18 08:08:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 08:08:56 +0800 |
commit | 18f1a3aaa5e28421ebe631346e5cca6f75c9b104 (patch) | |
tree | 804179651b5af6a26f4e91bc1bb2393fd0abbf7d /runtime/doc/gui.txt | |
parent | 185b22720de9156393ddc22c2c59dc3eb46b8d97 (diff) | |
download | rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.tar.gz rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.tar.bz2 rneovim-18f1a3aaa5e28421ebe631346e5cca6f75c9b104.zip |
vim-patch:c1b3984: runtime(doc): minor updates. (#29778)
closes: vim/vim#15280
https://github.com/vim/vim/commit/c1b3984a7b3cd6adcd1f43e558cb04fad1af3182
Co-authored-by: Shane Harper <shane@shaneharper.net>
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 104413ce0d..7e65ab6108 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -548,7 +548,7 @@ name and all existing submenus below it are affected. Examples for Menus *menu-examples* -Here is an example on how to add menu items with menu's! You can add a menu +Here is an example on how to add menu items with menus! You can add a menu item for the keyword under the cursor. The register "z" is used. > :nmenu Words.Add\ Var wb"zye:menu! Words.<C-R>z <C-R>z<CR> |