diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-01-18 18:30:29 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-01-18 18:30:29 +0100 |
| commit | 54d29227284c6e5719e72baf6a391afa96e43340 (patch) | |
| tree | 153d1a8733acc9d0f623ccb4ec330ca722bbd87c /vim | |
| parent | 34fcaaa8ab2f50919c2a10defdcd9828df91fdc6 (diff) | |
| download | vis-54d29227284c6e5719e72baf6a391afa96e43340.tar.gz vis-54d29227284c6e5719e72baf6a391afa96e43340.tar.xz | |
test/vim: add some basic tests for count and repetion of `i` and `a`
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/operators/insert/append.in | 1 | ||||
| -rw-r--r-- | vim/operators/insert/append.keys | 3 | ||||
| -rw-r--r-- | vim/operators/insert/insert.in | 1 | ||||
| -rw-r--r-- | 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 new file mode 100644 index 0000000..11f11f9 --- /dev/null +++ b/vim/operators/insert/append.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/append.keys b/vim/operators/insert/append.keys new file mode 100644 index 0000000..069994f --- /dev/null +++ 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 new file mode 100644 index 0000000..11f11f9 --- /dev/null +++ b/vim/operators/insert/insert.in @@ -0,0 +1 @@ +0123456789 diff --git a/vim/operators/insert/insert.keys b/vim/operators/insert/insert.keys new file mode 100644 index 0000000..efef222 --- /dev/null +++ b/vim/operators/insert/insert.keys @@ -0,0 +1,3 @@ +4i#<Escape> +f9 +2. |
