diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-09-19 19:39:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-09-19 19:39:34 +0200 |
commit | 5bfa2ed6e47a2bc4e15e43cf6504e97401f2e5e6 (patch) | |
tree | 754dd26f767690e7118d91b21d647df66f25572e /runtime/doc | |
parent | 4ee40b051545c3749d9d215f3500977792d6db72 (diff) | |
download | vim-5bfa2ed6e47a2bc4e15e43cf6504e97401f2e5e6.zip |
updated for version 7.4.449
Problem: Can't easily close the help window. (Chris Gaal)
Solution: Add ":helpclose". (Christian Brabandt)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/helphelp.txt | 3 | ||||
-rw-r--r-- | runtime/doc/index.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 87f095e56..e7d281a91 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 cda17681f..d16ad9a40 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1244,6 +1244,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 |