diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-06-24 13:47:10 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-06-25 17:14:28 +0200 |
commit | 036da0d07921e67090d1a62c9a4e382ca09d8584 (patch) | |
tree | cd5326a81fe031c24b41a8cb524126a9ddb76e06 /runtime/doc/gui.txt | |
parent | 3688735c2b63337ab8d8b12ac08b4e6e064e98a2 (diff) | |
download | rneovim-036da0d07921e67090d1a62c9a4e382ca09d8584.tar.gz rneovim-036da0d07921e67090d1a62c9a4e382ca09d8584.tar.bz2 rneovim-036da0d07921e67090d1a62c9a4e382ca09d8584.zip |
fix(docs): vimdoc syntax errors
gen_help_html: truncate parse-error sample text
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r-- | runtime/doc/gui.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index 5d44a7d239..bf62dba539 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -466,12 +466,11 @@ If no argument is given after :menu at all, then ALL menu items are shown for the appropriate mode (e.g., Command-line mode for :cmenu). Special characters in the list, just before the rhs: -* The menu was defined with "nore" to disallow remapping. -& The menu was defined with "<script>" to allow remapping script-local - mappings only. -s The menu was defined with "<silent>" to avoid showing what it is - mapped to when triggered. -- The menu was disabled. +• * Menu was defined with "nore" to disallow remapping. +• & Menu was defined with "<script>" to allow remapping script-local mappings. +• s Menu was defined with "<silent>" to avoid showing what it is mapped to + when triggered. +• - Menu was disabled. Note that hitting <Tab> while entering a menu name after a menu command may be used to complete the name of the menu item. |