From 24f7df506af166b3b2af53636b48b48845e3eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 23 Feb 2017 10:53:48 +0100 Subject: test: fix travis macOS test failures The vim version installed on the Travis macOS VMs does not seem to correctly handle ; when already on a matching position. Move the affected test to test/vis. Also fix white space related issues in sed invocation. --- vim/motions/till-right.in | 7 ------- vim/motions/till-right.keys | 19 ------------------- 2 files changed, 26 deletions(-) delete mode 100644 vim/motions/till-right.in delete mode 100644 vim/motions/till-right.keys (limited to 'vim') diff --git a/vim/motions/till-right.in b/vim/motions/till-right.in deleted file mode 100644 index 48defdd..0000000 --- a/vim/motions/till-right.in +++ /dev/null @@ -1,7 +0,0 @@ -Till before count occurrence of char to the right. - -Consecutive: ____ -Separated: _ _ _ -Invalid count: __ -Space: # -Tab: # diff --git a/vim/motions/till-right.keys b/vim/motions/till-right.keys deleted file mode 100644 index bf08d7b..0000000 --- a/vim/motions/till-right.keys +++ /dev/null @@ -1,19 +0,0 @@ -+ -3t_ -+ -;r| -;;. -;;. -+ -;. -;. -;. -;. -+ -d3t_ -+ -t -l. -+ -t -l. -- cgit v1.2.3