From f6cf6d546bb65ad9be287134d0beaf7fe9f629d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 25 Feb 2017 15:36:45 +0100 Subject: test/vis: cleanup motion tests --- vim/motions/line.in | 2 -- vim/motions/line.keys | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 vim/motions/line.in delete mode 100644 vim/motions/line.keys (limited to 'vim') 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 */ -- cgit v1.2.3