diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-03-11 15:28:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-03-11 15:28:26 +0000 |
commit | 9d77dccb7f17002493c38ee92e0eb98e9f3fe5c4 (patch) | |
tree | 642f1b70c81a707775cf07b7eed0cb16eb3c6ad8 /src/testdir | |
parent | 8e8fe9b2b80190f365cc07fe99aa8d4cf2168160 (diff) | |
download | vim-9d77dccb7f17002493c38ee92e0eb98e9f3fe5c4.zip |
updated for version 7.2-137
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/Makefile | 2 | ||||
-rw-r--r-- | src/testdir/test66.in | 25 | ||||
-rw-r--r-- | src/testdir/test66.ok | 10 |
3 files changed, 36 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 3528bf6f3..b60bd4885 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -20,7 +20,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \ test48.out test49.out test51.out test52.out test53.out \ test54.out test55.out test56.out test57.out test58.out \ test59.out test60.out test61.out test62.out test63.out \ - test64.out test65.out + test64.out test65.out test66.out SCRIPTS_GUI = test16.out diff --git a/src/testdir/test66.in b/src/testdir/test66.in new file mode 100644 index 000000000..113b54066 --- /dev/null +++ b/src/testdir/test66.in @@ -0,0 +1,25 @@ + +Test for visual block shift and tab characters. + +STARTTEST +:so small.vim +/^abcdefgh +4jI j<<11|D +7|a +7|a +7|a 4k13|4j< +:$-4,$w! test.out +:$-4,$s/\s\+//g +4kI j<< +7|a +7|a +7|a 4k13|4j3< +:$-4,$w >> test.out +:qa! +ENDTEST + +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz +abcdefghijklmnopqrstuvwxyz diff --git a/src/testdir/test66.ok b/src/testdir/test66.ok new file mode 100644 index 000000000..2c2249b09 --- /dev/null +++ b/src/testdir/test66.ok @@ -0,0 +1,10 @@ + abcdefghijklmnopqrstuvwxyz +abcdefghij + abc defghijklmnopqrstuvwxyz + abc defghijklmnopqrstuvwxyz + abc defghijklmnopqrstuvwxyz + abcdefghijklmnopqrstuvwxyz +abcdefghij + abc defghijklmnopqrstuvwxyz + abc defghijklmnopqrstuvwxyz + abc defghijklmnopqrstuvwxyz |