updated for version 7.4.563
Problem:    No test for replacing on a tab in Virtual replace mode.
Solution:   Add a test. (Elias Diem)
diff --git a/src/testdir/test48.in b/src/testdir/test48.in
index 48f4abb..d480f8c 100644
--- a/src/testdir/test48.in
+++ b/src/testdir/test48.in
Binary files differ
diff --git a/src/testdir/test48.ok b/src/testdir/test48.ok
index 334cb5a..14cd9b1 100644
--- a/src/testdir/test48.ok
+++ b/src/testdir/test48.ok
@@ -12,6 +12,7 @@
 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 5c7dbd9..4d12714 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    563,
+/**/
     562,
 /**/
     561,