diff src/version.c @ 5973:99d8f2d72dcd v7.4.327

updated for version 7.4.327 Problem: When 'verbose' is set to display the return value of a function, may get E724 repeatedly. Solution: Do not give an error for verbose messages. Abort conversion to string after an error.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 12:51:16 +0200
parents 1dbcb23ae7a8
children 01d9ffdd6e6f
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 */
 /**/
+    327,
+/**/
     326,
 /**/
     325,