Mercurial > vim
annotate src/testdir/test19.in @ 1591:c19f6b8d0393 v7.1.304
updated for version 7.1-304
author | vimboss |
---|---|
date | Thu, 29 May 2008 19:47:13 +0000 |
parents | 3fc0f57ecb91 |
children | 4541e06d4fb9 |
rev | line source |
---|---|
7 | 1 Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set. |
2 | |
3 STARTTEST | |
4 :set smarttab expandtab ts=8 sw=4 | |
5 /some | |
6 r :set noexpandtab | |
7 /other | |
8 r | |
9 :" Test replacing with Tabs and then backspacing to undo it | |
10 0wR | |
11 :" Test replacing with Tabs | |
12 0wR | |
13 :?^start?,$w! test.out | |
14 :qa! | |
15 ENDTEST | |
16 | |
17 start text | |
18 some test text | |
19 test text | |
20 other test text | |
21 a cde | |
22 f ghi | |
23 test text |