diff src/version.c @ 3680:8f98038a0bf3 v7.3.600

updated for version 7.3.600 Problem: <f-args> is not expanded properly with DBCS encoding. Solution: Skip over character instead of byte. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jul 2012 19:25:10 +0200
parents b06578f1390f
children c1780b4cb995
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    600,
+/**/
     599,
 /**/
     598,