Bram Moolenaar | 9d77dcc | 2009-03-11 15:28:26 +0000 | [diff] [blame] | 1 | |
| 2 | Test for visual block shift and tab characters. |
| 3 | |
| 4 | STARTTEST |
| 5 | :so small.vim |
Bram Moolenaar | a390bb6 | 2013-03-13 19:02:41 +0100 | [diff] [blame] | 6 | /^one |
| 7 | fe4jRugvr1:'<,'>w! test.out |
Bram Moolenaar | 9d77dcc | 2009-03-11 15:28:26 +0000 | [diff] [blame] | 8 | /^abcdefgh |
| 9 | 4jI j<<11|D |
| 10 | 7|a |
| 11 | 7|a |
| 12 | 7|a 4k13|4j< |
Bram Moolenaar | a390bb6 | 2013-03-13 19:02:41 +0100 | [diff] [blame] | 13 | :$-5,$w >> test.out |
Bram Moolenaar | 9d77dcc | 2009-03-11 15:28:26 +0000 | [diff] [blame] | 14 | :$-4,$s/\s\+//g |
| 15 | 4kI j<< |
| 16 | 7|a |
| 17 | 7|a |
| 18 | 7|a 4k13|4j3< |
| 19 | :$-4,$w >> test.out |
| 20 | :qa! |
| 21 | ENDTEST |
| 22 | |
Bram Moolenaar | a390bb6 | 2013-03-13 19:02:41 +0100 | [diff] [blame] | 23 | one two three |
| 24 | one two three |
| 25 | one two three |
| 26 | one two three |
| 27 | one two three |
| 28 | |
Bram Moolenaar | 9d77dcc | 2009-03-11 15:28:26 +0000 | [diff] [blame] | 29 | abcdefghijklmnopqrstuvwxyz |
| 30 | abcdefghijklmnopqrstuvwxyz |
| 31 | abcdefghijklmnopqrstuvwxyz |
| 32 | abcdefghijklmnopqrstuvwxyz |
| 33 | abcdefghijklmnopqrstuvwxyz |