From 54d29227284c6e5719e72baf6a391afa96e43340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 18 Jan 2017 18:30:29 +0100 Subject: test/vim: add some basic tests for count and repetion of `i` and `a` --- vim/operators/insert/append.in | 1 + vim/operators/insert/append.keys | 3 +++ vim/operators/insert/insert.in | 1 + vim/operators/insert/insert.keys | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 vim/operators/insert/append.in create mode 100644 vim/operators/insert/append.keys create mode 100644 vim/operators/insert/insert.in create mode 100644 vim/operators/insert/insert.keys (limited to 'vim') 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# +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# +f9 +2. -- cgit v1.2.3