From 11754d3c6451288fc06d85fb2f6e85552336010e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 1 Feb 2017 18:32:57 +0100 Subject: Add regression tests for recently fixed bugs --- vim/motions/goto.in | 3 +++ vim/motions/goto.keys | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 vim/motions/goto.in create mode 100644 vim/motions/goto.keys (limited to 'vim/motions') 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 +gg +Ofirst line +3G +c$middle line -- cgit v1.2.3