comparison src/testdir/test48.in @ 6468:9dc52b404c1b v7.4.563

updated for version 7.4.563 Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jan 2015 14:02:52 +0100
parents 6834d6aeae09
children
comparison
equal deleted inserted replaced
6467:4423a99276bd 6468:9dc52b404c1b
43 :" Test "r" beyond the end of the line 43 :" Test "r" beyond the end of the line
44 :set ve=all 44 :set ve=all
45 /^"r" 45 /^"r"
46 $5lrxa<-- should be 'x' 46 $5lrxa<-- should be 'x'
47 :" 47 :"
48 :" Test "r" on a tab
49 :" Note that for this test, 'ts' must be 8 (the default).
50 ^5lrxA<-- should be ' x '
51 :"
48 :" Test to make sure 'x' can delete control characters 52 :" Test to make sure 'x' can delete control characters
49 :set display=uhex 53 :set display=uhex
50 ^xxxxxxi[This line should contain only the text between the brackets.] 54 ^xxxxxxi[This line should contain only the text between the brackets.]
51 :set display= 55 :set display=
52 :" 56 :"
71 'D' 75 'D'
72 this is a test 76 this is a test
73 this is a test 77 this is a test
74 this is a test 78 this is a test
75 "r" 79 "r"
80 "r"
76 ab 81 ab
77 sd 82 sd
78 abcv6efi.him0kl 83 abcv6efi.him0kl
79 84
80 85