From 0e76714e901d179a2f020815f07fb375274b5404 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 14 Feb 2022 15:59:05 +0000 Subject: patch 8.2.4381: translation file listed twice Problem: Translation file listed twice. Solution: Remove one entry. --- src/po/Make_all.mak | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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, /**/ -- cgit v1.2.1