aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-23 14:50:36 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-23 14:50:36 -0500
commit44fabac4e0fd5567691d1e7c69da8db156936996 (patch)
tree0f3ee020b266cadc92d85b4a186378d5031d240b /runtime
parent53b13d2a1854220ed289e07b5bc8443327a6c09c (diff)
parentc4e0cd4418f5f6699d341446e791d05f9406a6bc (diff)
downloadrneovim-44fabac4e0fd5567691d1e7c69da8db156936996.tar.gz
rneovim-44fabac4e0fd5567691d1e7c69da8db156936996.tar.bz2
rneovim-44fabac4e0fd5567691d1e7c69da8db156936996.zip
Merge pull request #1724 from fwalch/vim-7.4.452
vim-patch:7.4.449, vim-patch:7.4.452
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/helphelp.txt3
-rw-r--r--runtime/doc/index.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt
index 87f095e56d..52b61394e3 100644
--- a/runtime/doc/helphelp.txt
+++ b/runtime/doc/helphelp.txt
@@ -96,6 +96,9 @@ Help on help files *helphelp*
find a tag in a file with the same language as the
current file. See |help-translated|.
+ *:helpc* *:helpclose*
+:helpc[lose] Close one help window.
+
*:helpg* *:helpgrep*
:helpg[rep] {pattern}[@xx]
Search all help text files and make a list of lines
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 01ec37b5a0..a4d25681ca 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1242,6 +1242,7 @@ tag command action ~
|:gvim| :gv[im] start the GUI
|:hardcopy| :ha[rdcopy] send text to the printer
|:help| :h[elp] open a help window
+|:helpclose| :helpc[lose] close one help window
|:helpfind| :helpf[ind] dialog to open a help window
|:helpgrep| :helpg[rep] like ":grep" but searches help files
|:helptags| :helpt[ags] generate help tags for a directory