diff src/version.c @ 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 b5df99582638
children 9657929ee562
line wrap: on
line diff
--- 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,