vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 15aab85c7847b3b9902a151a93d6ebe5f3216f79 parent ad873230f4b1933886006329585ed022494f229a Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 15 May 2018 13:41:51 +0200 test/vim: remove tests for obsolete features Adjust to removed/changed functionality. Diffstat:
| M | vim/golf/50ae009b65b8db0002000047/1.keys | | | 3 | ++- |
| M | vim/operators/delete/delete.keys | | | 2 | +- |
| M | vim/operators/swap/swap.keys | | | 2 | +- |
| M | vim/registers/named.keys | | | 6 | +++--- |
| M | vim/text-objects/braces-count-linewise.keys | | | 2 | +- |
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/vim/golf/50ae009b65b8db0002000047/1.keys b/vim/golf/50ae009b65b8db0002000047/1.keys @@ -1,6 +1,7 @@ qq -g~2l xp +vhg~ +<Escape> + q 3@q diff --git a/vim/operators/delete/delete.keys b/vim/operators/delete/delete.keys @@ -1,2 +1,2 @@ /two<Enter> -dvjd2j +djd2j diff --git a/vim/operators/swap/swap.keys b/vim/operators/swap/swap.keys @@ -1 +1 @@ -~l.wV~w2~ +V~ diff --git a/vim/registers/named.keys b/vim/registers/named.keys @@ -8,6 +8,6 @@ j j "cyy o---------<Escape> -"agp -"bgp -"cgp +"ap +"bp +"cp diff --git a/vim/text-objects/braces-count-linewise.keys b/vim/text-objects/braces-count-linewise.keys @@ -1,2 +1,2 @@ /foo<Enter> -d2Va} +v2a}Vd