From f2cbc772abb7a1c5ca168741e95993f6aa3bb938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 22 Feb 2017 12:38:54 +0100 Subject: test/vim: add test for `t` motion --- vim/motions/till-right.in | 7 +++++++ vim/motions/till-right.keys | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 vim/motions/till-right.in create mode 100644 vim/motions/till-right.keys diff --git a/vim/motions/till-right.in b/vim/motions/till-right.in new file mode 100644 index 0000000..48defdd --- /dev/null +++ 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 new file mode 100644 index 0000000..bf08d7b --- /dev/null +++ b/vim/motions/till-right.keys @@ -0,0 +1,19 @@ ++ +3t_ ++ +;r| +;;. +;;. ++ +;. +;. +;. +;. ++ +d3t_ ++ +t +l. ++ +t +l. -- cgit v1.2.3