# HG changeset patch # User Bram Moolenaar # Date 1555001104 -7200 # Node ID 200c012ac0d401441b685bfa788b6aaa6c80448c # Parent 854b2ef2377abab2000297591218dd8a4023704f patch 8.1.1154 commit https://github.com/vim/vim/commit/9a419ffb934bd04bf8d44ceaf4694e50cce55eab Author: Bram Moolenaar Date: Thu Apr 11 18:44:11 2019 +0200 patch 8.1.1154 diff --git a/src/po/Makefile b/src/po/Makefile --- a/src/po/Makefile +++ b/src/po/Makefile @@ -165,6 +165,7 @@ checkclean: mv -f ../$(PACKAGE).po $(PACKAGE).pot %.desktop: %.desktop.in $(POFILES) + @echo $(LANGUAGES) | tr " " "\n" |sed -e '/\./d' | sort > LINGUAS $(MSGFMT) --desktop -d . --template $< -o $@ cp -f $@ ../../runtime/$@ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1153, +/**/ 1152, /**/ 1151,