summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-27 20:37:49 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-27 20:37:49 +0100
commit16038d50c4309e8dee33c70ca2c9e7f73439c4df (patch)
treedeff0575b9d8fcda50c794c3883c2368f3d94ea8 /src/version.c
parentd9c60648e50a82dcb85b8dffb47f6416c3d56972 (diff)
downloadvim-git-8.0.0245.tar.gz
patch 8.0.0245: zh_CN.cp936.po has a conversion errorv8.0.0245
Problem: The generated zh_CN.cp936.po message file is not encoded properly. Solution: Instead of using zh_CN.po as input, use zh_CN.UTF-8.po.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e0f23d0c9..a2ebcf51c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 245,
+/**/
244,
/**/
243,