commit | e3a0b53c2e8985e51174f01ee58f8746ea2c45a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 20:36:30 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 20:36:30 2013 +0200 |
tree | d6ff3b7b800cb7ee760b9478ec9c76772c7cb916 | |
parent | f0327f67c778f46cdf19d793c013f024f01ea818 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index fe0ce58..4980ae5 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1257, +/**/ 1256, /**/ 1255,