changeset 27710:5f8a4fece0ca v8.2.4381

patch 8.2.4381: translation file listed twice Commit: https://github.com/vim/vim/commit/0e76714e901d179a2f020815f07fb375274b5404 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 14 15:59:05 2022 +0000 patch 8.2.4381: translation file listed twice Problem: Translation file listed twice. Solution: Remove one entry.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Feb 2022 17:00:03 +0100
parents 599a6afb81e5
children 6fdafb9cb90e
files src/po/Make_all.mak src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/po/Make_all.mak
+++ b/src/po/Make_all.mak
@@ -120,7 +120,6 @@ MOFILES = \
 		uk.mo \
 		vi.mo \
 		zh_CN.UTF-8.mo \
-		zh_CN.mo \
 		zh_TW.UTF-8.mo \
 		zh_TW.mo \
 
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4381,
+/**/
     4380,
 /**/
     4379,