vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 97ad087b777334ee3854af951baefa8c1d660244
parent 87667c0d89451c56ed3a2673c609bd7d547e2eb6
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 22 Feb 2017 12:38:54 +0100

test/vim: add test for `t` motion

Diffstat:
Avim/motions/till-right.in | 7+++++++
Avim/motions/till-right.keys | 19+++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/vim/motions/till-right.in b/vim/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/vim/motions/till-right.keys b/vim/motions/till-right.keys @@ -0,0 +1,19 @@ ++ +3t_ ++ +;r| +;;. +;;. ++ +;. +;. +;. +;. ++ +d3t_ ++ +t<Space> +l. ++ +t<Tab> +l.