changeset 16297:200c012ac0d4 v8.1.1154

patch 8.1.1154 commit https://github.com/vim/vim/commit/9a419ffb934bd04bf8d44ceaf4694e50cce55eab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 18:44:11 2019 +0200 patch 8.1.1154
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 18:45:04 +0200
parents 854b2ef2377a
children a6202922986f
files src/po/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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/$@
 
--- 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,