diff src/version.c @ 3208:0a9d7cf90f94 v7.3.374

updated for version 7.3.374 Problem: ++encoding does not work properly. Solution: Recognize ++encoding before ++enc. (Charles Cooper)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Dec 2011 14:49:45 +0100
parents a1d2f741d45c
children 767bb493e7d3
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 */
 /**/
+    374,
+/**/
     373,
 /**/
     372,