aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-09-25 16:06:41 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-05 16:54:05 +0200
commit5d66d229e8309849664d9bfe591649ba9e2e4cf3 (patch)
tree2b1058e5ef7cff23caa6a8bc889d5ee9680422c5 /config.def.h
parent88f65bfc2a704d5bb3f0c95368bdda69bcde447a (diff)
downloadvis-5d66d229e8309849664d9bfe591649ba9e2e4cf3.tar.gz
vis-5d66d229e8309849664d9bfe591649ba9e2e4cf3.tar.xz
vis: add rudimentary :help command
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 822ad75..e84629e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -36,6 +36,7 @@ static Command cmds[] = {
/* command name / optional alias, function, options */
{ { "bdelete" }, cmd_bdelete, CMD_OPT_FORCE },
{ { "edit" }, cmd_edit, CMD_OPT_FORCE },
+ { { "help" }, cmd_help, CMD_OPT_NONE },
{ { "new" }, cmd_new, CMD_OPT_NONE },
{ { "open" }, cmd_open, CMD_OPT_NONE },
{ { "qall" }, cmd_qall, CMD_OPT_FORCE },