diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-22 12:38:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-22 12:38:54 +0100 |
| commit | f2cbc772abb7a1c5ca168741e95993f6aa3bb938 (patch) | |
| tree | e56eb20ef20080be00a4558c9b9febc0dbbf0db7 | |
| parent | 9727504fef7edba8667ad621e1358b56ca326d2c (diff) | |
| download | vis-f2cbc772abb7a1c5ca168741e95993f6aa3bb938.tar.gz vis-f2cbc772abb7a1c5ca168741e95993f6aa3bb938.tar.xz | |
test/vim: add test for `t` motion
| -rw-r--r-- | vim/motions/till-right.in | 7 | ||||
| -rw-r--r-- | vim/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 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. |
