diff src/version.c @ 2095:8aa3cd045aef v7.2.379

updated for version 7.2.379 Problem: 'eventignore' is set to an invalid value inside ":doau". (Antony Scriven) Solution: Don't include the leading comma when the option was empty.
author Bram Moolenaar <bram@zimbu.org>
date Tue, 02 Mar 2010 12:48:05 +0100
parents e319a4fe6e32
children 6510d834609f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -682,6 +682,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    379,
+/**/
     378,
 /**/
     377,