diff src/version.c @ 5027:5751284311f3 v7.3.1257

updated for version 7.3.1257 Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in German messages. Solution: Clear the $LANGUAGE environment variable.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 Jun 2013 20:36:30 +0200
parents 322441058afc
children c9e2ccc53f2e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1257,
+/**/
     1256,
 /**/
     1255,