diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-23 10:53:48 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-23 10:53:48 +0100 |
| commit | 24f7df506af166b3b2af53636b48b48845e3eb63 (patch) | |
| tree | 03929502eafe8cc8ee61613ec5e8c70cd031f284 /vis/motions | |
| parent | 086d3a251543a2d02b21bc204b1d1f42e9190c3e (diff) | |
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 'vis/motions')
| -rw-r--r-- | vis/motions/till-right.in | 7 | ||||
| -rw-r--r-- | vis/motions/till-right.keys | 19 | ||||
| -rw-r--r-- | vis/motions/till-right.ref | 7 |
3 files changed, 33 insertions, 0 deletions
diff --git a/vis/motions/till-right.in b/vis/motions/till-right.in new file mode 100644 index 0000000..48defdd --- /dev/null +++ b/vis/motions/till-right.in @@ -0,0 +1,7 @@ +Till before count occurrence of char to the right. + +Consecutive: ____ +Separated: _ _ _ +Invalid count: __ +Space: # +Tab: # diff --git a/vis/motions/till-right.keys b/vis/motions/till-right.keys new file mode 100644 index 0000000..bf08d7b --- /dev/null +++ b/vis/motions/till-right.keys @@ -0,0 +1,19 @@ ++ +3t_ ++ +;r| +;;. +;;. ++ +;. +;. +;. +;. ++ +d3t_ ++ +t<Space> +l. ++ +t<Tab> +l. diff --git a/vis/motions/till-right.ref b/vis/motions/till-right.ref new file mode 100644 index 0000000..e5a06a9 --- /dev/null +++ b/vis/motions/till-right.ref @@ -0,0 +1,7 @@ +Till before count occurrence of char to the right. + +Consecutive:|_||_ +Separated:|_|_|_ +Invalid count: __ +Space:|# +Tab:|# |
