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 /src/ex_cmds.h | |
parent | 4ee40b051545c3749d9d215f3500977792d6db72 (diff) | |
download | vim-git-5bfa2ed6e47a2bc4e15e43cf6504e97401f2e5e6.tar.gz |
updated for version 7.4.449v7.4.449
Problem: Can't easily close the help window. (Chris Gaal)
Solution: Add ":helpclose". (Christian Brabandt)
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 41d3a642d..f3007c934 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -417,6 +417,8 @@ EX(CMD_gvim, "gvim", ex_gui, BANG|FILES|EDITCMD|ARGOPT|TRLBAR|CMDWIN), EX(CMD_help, "help", ex_help, BANG|EXTRA|NOTRLCOM), +EX(CMD_helpclose, "helpclose", ex_helpclose, + RANGE|NOTADR|COUNT|TRLBAR), EX(CMD_helpfind, "helpfind", ex_helpfind, EXTRA|NOTRLCOM), EX(CMD_helpgrep, "helpgrep", ex_helpgrep, |