diff src/version.c @ 6104:d3a674f6c737 v7.4.390

updated for version 7.4.390 Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 12:49:18 +0200
parents 3d206df5c828
children f051e50a6a5f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    390,
+/**/
     389,
 /**/
     388,