aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-23 10:53:48 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-23 10:53:48 +0100
commit24f7df506af166b3b2af53636b48b48845e3eb63 (patch)
tree03929502eafe8cc8ee61613ec5e8c70cd031f284 /vim
parent086d3a251543a2d02b21bc204b1d1f42e9190c3e (diff)
downloadvis-24f7df506af166b3b2af53636b48b48845e3eb63.tar.gz
vis-24f7df506af166b3b2af53636b48b48845e3eb63.tar.xz
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.
Diffstat (limited to 'vim')
-rw-r--r--vim/motions/till-right.in7
-rw-r--r--vim/motions/till-right.keys19
2 files changed, 0 insertions, 26 deletions
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<Space>
-l.
-+
-t<Tab>
-l.