vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 3987392b12736ae2f6144cf2e7086262714952aa parent 7d3ad834a868ef1e833c89ef24f9b500a0586f52 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 18 Jan 2017 18:30:29 +0100 test/vim: add some basic tests for count and repetion of `i` and `a` Diffstat:
| A | vim/operators/insert/append.in | | | 1 | + |
| A | vim/operators/insert/append.keys | | | 3 | +++ |
| A | vim/operators/insert/insert.in | | | 1 | + |
| A | vim/operators/insert/insert.keys | | | 3 | +++ |
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/vim/operators/insert/append.in b/vim/operators/insert/append.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/append.keys b/vim/operators/insert/append.keys @@ -0,0 +1,3 @@ +4a#<Escape> +f9 +2. diff --git a/vim/operators/insert/insert.in b/vim/operators/insert/insert.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/insert.keys b/vim/operators/insert/insert.keys @@ -0,0 +1,3 @@ +4i#<Escape> +f9 +2.