summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-19 19:39:34 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-19 19:39:34 +0200
commit5bfa2ed6e47a2bc4e15e43cf6504e97401f2e5e6 (patch)
tree754dd26f767690e7118d91b21d647df66f25572e /src/ex_cmds.h
parent4ee40b051545c3749d9d215f3500977792d6db72 (diff)
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 41d3a642d3..f3007c9347 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,