diff options
Diffstat (limited to 'src/nvim/testdir/test66.in')
-rw-r--r-- | src/nvim/testdir/test66.in | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/nvim/testdir/test66.in b/src/nvim/testdir/test66.in new file mode 100644 index 0000000000..f1fdce3792 --- /dev/null +++ b/src/nvim/testdir/test66.in @@ -0,0 +1,33 @@ + +Test for visual block shift and tab characters. + +STARTTEST +:so small.vim +/^one +fe4jRugvr1:'<,'>w! test.out +/^abcdefgh +4jI j<<11|D +7|a +7|a +7|a 4k13|4j< +:$-5,$w >> test.out +:$-4,$s/\s\+//g +4kI j<< +7|a +7|a +7|a 4k13|4j3< +:$-4,$w >> test.out +:qa! +ENDTEST + +one two three +one two three +one two three +one two three +one two three + +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz |