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/operators/insert/append.keys | |
| 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/operators/insert/append.keys')
| -rw-r--r-- | vim/operators/insert/append.keys | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
