aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-25 15:36:45 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-25 22:24:14 +0100
commitf6cf6d546bb65ad9be287134d0beaf7fe9f629d2 (patch)
treee65bb45ea39882ecfb94692d13d3cb533e79dec8 /vim
parent9a3a2c87f2261c9756baeff964f56646ec41e163 (diff)
downloadvis-f6cf6d546bb65ad9be287134d0beaf7fe9f629d2.tar.gz
vis-f6cf6d546bb65ad9be287134d0beaf7fe9f629d2.tar.xz
test/vis: cleanup motion tests
Diffstat (limited to 'vim')
-rw-r--r--vim/motions/line.in2
-rw-r--r--vim/motions/line.keys2
2 files changed, 0 insertions, 4 deletions
diff --git a/vim/motions/line.in b/vim/motions/line.in
deleted file mode 100644
index 5e4977a..0000000
--- a/vim/motions/line.in
+++ /dev/null
@@ -1,2 +0,0 @@
-one two three
- one two three
diff --git a/vim/motions/line.keys b/vim/motions/line.keys
deleted file mode 100644
index c4daa33..0000000
--- a/vim/motions/line.keys
+++ /dev/null
@@ -1,2 +0,0 @@
-g_d0 /* move to last char on line ( $ fails ) delete to start of line */
-j$^dw /* go to first non blank of next line and delete word */