diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-01 18:32:57 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-01 18:32:57 +0100 |
| commit | 11754d3c6451288fc06d85fb2f6e85552336010e (patch) | |
| tree | 49408f6a704e174ad4b24323d7f12c38ca71d909 /vim | |
| parent | a8539ae199b4994e518f1486411e0895a4e3fb90 (diff) | |
| download | vis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.gz vis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.xz | |
Add regression tests for recently fixed bugs
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/motions/goto.in | 3 | ||||
| -rw-r--r-- | vim/motions/goto.keys | 6 | ||||
| -rw-r--r-- | vim/operators/change/change.in | 2 | ||||
| -rw-r--r-- | vim/operators/change/change.keys | 2 | ||||
| -rw-r--r-- | vim/operators/openline/openline.in | 3 | ||||
| -rw-r--r-- | vim/operators/openline/openline.keys | 8 | ||||
| -rw-r--r-- | vim/operators/put/visual.in | 2 | ||||
| -rw-r--r-- | vim/operators/put/visual.keys | 3 | ||||
| -rw-r--r-- | vim/text-objects/words.in | 2 | ||||
| -rw-r--r-- | vim/text-objects/words.keys | 1 |
10 files changed, 32 insertions, 0 deletions
diff --git a/vim/motions/goto.in b/vim/motions/goto.in new file mode 100644 index 0000000..01e79c3 --- /dev/null +++ b/vim/motions/goto.in @@ -0,0 +1,3 @@ +1 +2 +3 diff --git a/vim/motions/goto.keys b/vim/motions/goto.keys new file mode 100644 index 0000000..ad766ba --- /dev/null +++ b/vim/motions/goto.keys @@ -0,0 +1,6 @@ +0G +olast line<Escape> +gg +Ofirst line<Escape> +3G +c$middle line<Escape> diff --git a/vim/operators/change/change.in b/vim/operators/change/change.in index 3b18e51..5459db4 100644 --- a/vim/operators/change/change.in +++ b/vim/operators/change/change.in @@ -1 +1,3 @@ hello world +hello world +Bye! diff --git a/vim/operators/change/change.keys b/vim/operators/change/change.keys index d9f8937..db3a7ac 100644 --- a/vim/operators/change/change.keys +++ b/vim/operators/change/change.keys @@ -1 +1,3 @@ cwfoo<Escape>w. +2G +ccbar bar<Escape>. diff --git a/vim/operators/openline/openline.in b/vim/operators/openline/openline.in new file mode 100644 index 0000000..b698034 --- /dev/null +++ b/vim/operators/openline/openline.in @@ -0,0 +1,3 @@ +=== +--- +=== diff --git a/vim/operators/openline/openline.keys b/vim/operators/openline/openline.keys new file mode 100644 index 0000000..4be0fe0 --- /dev/null +++ b/vim/operators/openline/openline.keys @@ -0,0 +1,8 @@ +2Obefore<Escape> +2/===<Enter> +3. +gg +n +2oafter<Escape> +n +3. diff --git a/vim/operators/put/visual.in b/vim/operators/put/visual.in new file mode 100644 index 0000000..912aa1d --- /dev/null +++ b/vim/operators/put/visual.in @@ -0,0 +1,2 @@ +longword +short diff --git a/vim/operators/put/visual.keys b/vim/operators/put/visual.keys new file mode 100644 index 0000000..b30aa85 --- /dev/null +++ b/vim/operators/put/visual.keys @@ -0,0 +1,3 @@ +yejvep +a<Enter>newline +<Escape> diff --git a/vim/text-objects/words.in b/vim/text-objects/words.in new file mode 100644 index 0000000..422c2b7 --- /dev/null +++ b/vim/text-objects/words.in @@ -0,0 +1,2 @@ +a +b diff --git a/vim/text-objects/words.keys b/vim/text-objects/words.keys new file mode 100644 index 0000000..353f4b3 --- /dev/null +++ b/vim/text-objects/words.keys @@ -0,0 +1 @@ +viwc-<Escape>
\ No newline at end of file |
