aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 21:26:36 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 21:31:28 -0400
commitc287e734f10e074c70276fa74e8a938466018f4b (patch)
tree50e7ae1c4da146a1c92d5c8dd3207766abdab8fe /runtime/doc
parente7f6c520141c104960790d9bb2e52260ba959b76 (diff)
downloadrneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.gz
rneovim-c287e734f10e074c70276fa74e8a938466018f4b.tar.bz2
rneovim-c287e734f10e074c70276fa74e8a938466018f4b.zip
vim-patch:ff78155aa175
Update runtime files https://github.com/vim/vim/commit/ff78155aa1755aced96a3b343e81939c94aac721 Omit menu_info().
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/gui.txt2
-rw-r--r--runtime/doc/windows.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index 227ad88872..1658868a50 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -432,6 +432,8 @@ 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.
Note that hitting <Tab> while entering a menu name after a menu command may
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index 1864c2ee30..f3a1b6c7af 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -193,7 +193,7 @@ CTRL-W CTRL_N *CTRL-W_CTRL-N*
height). Reduces the current window height to create room
(and others, if the 'equalalways' option is set).
-:[N]sv[iew] [++opt] [+cmd] {file} *:sv* *:sview* *splitview*
+:[N]sv[iew] [++opt] [+cmd] [file] *:sv* *:sview* *splitview*
Same as ":split", but set 'readonly' option for this buffer.
:[N]sf[ind] [++opt] [+cmd] {file} *:sf* *:sfi* *:sfind* *splitfind*