aboutsummaryrefslogtreecommitdiff
path: root/vim/motions
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-01 18:32:57 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-01 18:32:57 +0100
commit11754d3c6451288fc06d85fb2f6e85552336010e (patch)
tree49408f6a704e174ad4b24323d7f12c38ca71d909 /vim/motions
parenta8539ae199b4994e518f1486411e0895a4e3fb90 (diff)
downloadvis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.gz
vis-11754d3c6451288fc06d85fb2f6e85552336010e.tar.xz
Add regression tests for recently fixed bugs
Diffstat (limited to 'vim/motions')
-rw-r--r--vim/motions/goto.in3
-rw-r--r--vim/motions/goto.keys6
2 files changed, 9 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>