vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit db403b73c9706dbcb657ee3fd585b56d08bdb2c7 parent 7ce4e407a36dc745867f349bb75e8c5b261b7635 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 13 Jan 2017 17:57:12 +0100 test/vim: tweak test to not rely on only first substitution Now that :s/foo/bar/ is implemented in terms of :x/foo/c/bar/ all occurences of foo will be replaced not just the first one. Diffstat:
| M | vim/registers/command.keys | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/registers/command.keys b/vim/registers/command.keys @@ -1,4 +1,4 @@ -:s,command,COMMAND,<Enter> +:s,command,COMMAND,g<Enter> o<C-r>:<Escape> j @: