vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 9b8fa0501f80250c5a7f69560914e14d866cb201
parent abaa9c74ae4fa05cd591fdcb61e7abeacedb5b4e
Author: ale rimoldi <ale.comp_06@xox.ch>
Date:   Thu, 25 Sep 2014 14:46:08 +0200

Accept :se as abbreviation for :set

Diffstat:
Mconfig.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[] = { { "^q(quit)?!?$", cmd_quit, false }, { "^r(ead)?$", cmd_read, false }, { "^sav(as)?$", cmd_saveas, false }, - { "^set$", cmd_set, true }, + { "^set?$", cmd_set, true }, { "^sp(lit)?$", cmd_split, false }, { "^s(ubstitute)?$", cmd_substitute, false }, { "^vnew?$", cmd_vnew, false },