aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-05-15 23:36:22 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-05-17 12:47:59 +0200
commitc651f730bcf60b3c963e21203221cc98990afc28 (patch)
treec261a3a70ef0d1d985b8aed26bf3c756c30cf74f /config.def.h
parent1244aeae5c603593aa71df4b67974c11ea1576cd (diff)
downloadvis-c651f730bcf60b3c963e21203221cc98990afc28.tar.gz
vis-c651f730bcf60b3c963e21203221cc98990afc28.tar.xz
Implement :r and :r! in terms of filter commands
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d2fab76..1024b3f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -57,7 +57,7 @@ static Command cmds[] = {
{ { "open" }, cmd_open, CMD_OPT_NONE },
{ { "qall" }, cmd_qall, CMD_OPT_FORCE },
{ { "quit", "q" }, cmd_quit, CMD_OPT_FORCE },
- { { "read", }, cmd_read, CMD_OPT_NONE },
+ { { "read", }, cmd_read, CMD_OPT_FORCE },
{ { "saveas" }, cmd_saveas, CMD_OPT_FORCE },
{ { "set", }, cmd_set, CMD_OPT_ARGS },
{ { "split" }, cmd_split, CMD_OPT_NONE },