forked from aniani/vim
updated for version 7.4.449
Problem: Can't easily close the help window. (Chris Gaal) Solution: Add ":helpclose". (Christian Brabandt)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user