comparison src/testdir/test19.in @ 1610:4541e06d4fb9 v7.1.323

updated for version 7.1-323
author vimboss
date Fri, 20 Jun 2008 15:53:31 +0000
parents 3fc0f57ecb91
children 4a7097153089
comparison
equal deleted inserted replaced
1609:1324b7b755f3 1610:4541e06d4fb9
1 Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set. 1 Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set.
2 2
3 STARTTEST 3 STARTTEST
4 :set smarttab expandtab ts=8 sw=4 4 :set smarttab expandtab ts=8 sw=4
5 :" make sure that backspace works, no matter what termcap is used
6 :set t_kD=x7f t_kb=x08
5 /some 7 /some
6 r :set noexpandtab 8 r :set noexpandtab
7 /other 9 /other
8 r 10 r
9 :" Test replacing with Tabs and then backspacing to undo it 11 :" Test replacing with Tabs and then backspacing to undo it