vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 53efb5a2ac57c298493736931c7fe38aa91a08bd parent 79a06464076b0fad4dc65bde8cf524854464097f Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 18 Jan 2015 11:00:36 +0100 Fix :saveas command definition Diffstat:
| M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 },