]> granicus.if.org Git - vim/commitdiff
patch 8.1.1154 v8.1.1154
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Apr 2019 16:44:11 +0000 (18:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Apr 2019 16:44:11 +0000 (18:44 +0200)
src/po/Makefile
src/version.c

index 82477cd174ea5acd14471eeed9bd795175b8240b..8383a1207902a1fa845af1988969f556686b3eb7 100644 (file)
@@ -165,6 +165,7 @@ $(PACKAGE).pot: ../*.c ../if_perl.xs ../GvimExt/gvimext.cpp ../globals.h ../if_p
        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/$@
 
index d2c3fb870e5c66b61ad02ebed3d027a58d4f2009..a25944da13b8566f6ff9db197b03787e88ab31d3 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1153,
 /**/
     1152,
 /**/