aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-02-22 12:38:54 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-02-22 12:38:54 +0100
commitf2cbc772abb7a1c5ca168741e95993f6aa3bb938 (patch)
treee56eb20ef20080be00a4558c9b9febc0dbbf0db7
parent9727504fef7edba8667ad621e1358b56ca326d2c (diff)
downloadvis-f2cbc772abb7a1c5ca168741e95993f6aa3bb938.tar.gz
vis-f2cbc772abb7a1c5ca168741e95993f6aa3bb938.tar.xz
test/vim: add test for `t` motion
-rw-r--r--vim/motions/till-right.in7
-rw-r--r--vim/motions/till-right.keys19
2 files changed, 26 insertions, 0 deletions
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<Space>
+l.
++
+t<Tab>
+l.