aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-18 11:00:36 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-18 11:00:36 +0100
commitbaacfb6a5d84f647f1e24c7ad5f2b53c436a3c78 (patch)
tree67c0e197413597d0edae0f33dc42bce755f394c2
parente03ce9ae5a8ee6b460b2766b7adc756a91924494 (diff)
downloadvis-baacfb6a5d84f647f1e24c7ad5f2b53c436a3c78.tar.gz
vis-baacfb6a5d84f647f1e24c7ad5f2b53c436a3c78.tar.xz
Fix :saveas command definition
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 586aa39..2d4515f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -55,7 +55,7 @@ static Command cmds[] = {
{ "^qa(l|ll)?!?$", cmd_qall, false },
{ "^q(u|ui|uit)?!?$", cmd_quit, false },
{ "^r(e|ea|ead)?$", cmd_read, false },
- { "^sav(a|as)?!?$", cmd_saveas, false },
+ { "^sav(e|ea|eas)?!?$", cmd_saveas, false },
{ "^set?$", cmd_set, true },
{ "^sp(l|li|lit)?$", cmd_split, false },
{ "^s(u|ubstitute)?$", cmd_substitute, false },