summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-01-07 14:02:52 +0100
committerBram Moolenaar <Bram@vim.org>2015-01-07 14:02:52 +0100
commit684d409f63eb4892e6f5d28acb85ac84213e2bab (patch)
tree8b0a24cdf90d7e73e6cd8424a6aa6c2734a1e8cc
parent0027c218e9ba174e2884e9361ab9183c4d003dd7 (diff)
updated for version 7.4.563v7.4.563
Problem: No test for replacing on a tab in Virtual replace mode. Solution: Add a test. (Elias Diem)
-rw-r--r--src/testdir/test48.in5
-rw-r--r--src/testdir/test48.ok1
-rw-r--r--src/version.c2
3 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/test48.in b/src/testdir/test48.in
index 48f4abbf75..d480f8cc18 100644
--- a/src/testdir/test48.in
+++ b/src/testdir/test48.in
@@ -44,6 +44,10 @@ $4lDi<-- 'D' should be intact
/^"r"
$5lrxa<-- should be 'x'
:"
+:" Test "r" on a tab
+:" Note that for this test, 'ts' must be 8 (the default).
+^5lrxA<-- should be ' x '
+:"
:" Test to make sure 'x' can delete control characters
:set display=uhex
^xxxxxxi[This line should contain only the text between the brackets.]
@@ -72,6 +76,7 @@ this is a test
this is a test
this is a test
"r"
+"r"
ab sd
abcv6efi.him0kl
diff --git a/src/testdir/test48.ok b/src/testdir/test48.ok
index 334cb5a29c..14cd9b12ec 100644
--- a/src/testdir/test48.ok
+++ b/src/testdir/test48.ok
@@ -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
diff --git a/src/version.c b/src/version.c
index 5c7dbd91ff..4d127143df 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 563,
+/**/
562,
/**/
561,