diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-25 15:36:45 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-25 22:24:14 +0100 |
| commit | f6cf6d546bb65ad9be287134d0beaf7fe9f629d2 (patch) | |
| tree | e65bb45ea39882ecfb94692d13d3cb533e79dec8 /vim | |
| parent | 9a3a2c87f2261c9756baeff964f56646ec41e163 (diff) | |
| download | vis-f6cf6d546bb65ad9be287134d0beaf7fe9f629d2.tar.gz vis-f6cf6d546bb65ad9be287134d0beaf7fe9f629d2.tar.xz | |
test/vis: cleanup motion tests
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/motions/line.in | 2 | ||||
| -rw-r--r-- | vim/motions/line.keys | 2 |
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 */ |
