From: Bram Moolenaar Date: Mon, 14 Feb 2022 15:59:05 +0000 (+0000) Subject: patch 8.2.4381: translation file listed twice X-Git-Tag: v8.2.4381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e76714e901d179a2f020815f07fb375274b5404;p=vim patch 8.2.4381: translation file listed twice Problem: Translation file listed twice. Solution: Remove one entry. --- diff --git a/src/po/Make_all.mak b/src/po/Make_all.mak index 8f28dfad2..b2fa01429 100644 --- 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 \ diff --git a/src/version.c b/src/version.c index 466206653..3f860002a 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4381, /**/ 4380, /**/