]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.563 v7.4.563
authorBram Moolenaar <Bram@vim.org>
Wed, 7 Jan 2015 13:02:52 +0000 (14:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Jan 2015 13:02:52 +0000 (14:02 +0100)
Problem:    No test for replacing on a tab in Virtual replace mode.
Solution:   Add a test. (Elias Diem)

src/testdir/test48.in
src/testdir/test48.ok
src/version.c

index 48f4abbf753f69984868279c5aeb7a03adc3be9c..d480f8cc18980936244cd078b280b9a6ef091b30 100644 (file)
@@ -44,6 +44,10 @@ $4lDi<-- 'D' should be intact\e
 /^"r"
 $5lrxa<-- should be 'x'\e
 :"
+:" Test "r" on a tab
+:" Note that for this test, 'ts' must be 8 (the default).
+^5lrxA<-- should be '  x  '\e
+:"
 :"   Test to make sure 'x' can delete control characters
 :set display=uhex
 ^xxxxxxi[This line should contain only the text between the brackets.]\e
@@ -72,6 +76,7 @@ this is a test
 this is a test
 this is a test
 "r"
+"r"    
 a\16b\rsd
 abcv6efi.him0kl
 
index 334cb5a29c16c0b021451add071ae833aeec5f40..14cd9b12ec78982d97c573b6c0b963cfa67b56f5 100644 (file)
@@ -12,6 +12,7 @@ this is a test
 this is a test
 this is a test
 "r"    x<-- should be 'x'
+"r"  x  <-- should be '  x  '
 [This line should contain only the text between the brackets.]
    v   i   m   <-- should show the name of a noted text editor
     6   .   0   <-- and its version number
index 5c7dbd91ff194d96ea336943ef471d8658ee2a69..4d127143dfc13a136f1cfd040695b809922b0594 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    563,
 /**/
     562,
 /**/