]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.919 v7.3.919
authorBram Moolenaar <Bram@vim.org>
Sat, 4 May 2013 01:37:10 +0000 (03:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 May 2013 01:37:10 +0000 (03:37 +0200)
Problem:    An empty nl.po file does not work with an old msgfmt.
Solution:   Put a single # in the file. (Laurent Blume)

src/po/Makefile
src/version.c

index 09c8861b67ebce3f769255ff05cd53ea2712e4ce..5d57bb15a303f7bfa7f60283028310fd58604a1f 100644 (file)
@@ -176,9 +176,10 @@ uninstall:
 
 converted: $(MOCONVERTED)
 
-# nl.po was added later, if it does not exist use an empty file.
+# nl.po was added later, if it does not exist use a file with just a # in it
+# (an empty file doesn't work with old msgfmt).
 nl.po:
-       touch nl.po
+       @( echo \# > nl.po )
 
 # Norwegian/Bokmal: "nb" is an alias for "no".
 # Copying the file is not efficient, but I don't know of another way to make
index 311dc329d2a94529deaca8d143b8390ed7edf016..df8fe9a76fe85706d49ddf3aa6c0fda789b12adb 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    919,
 /**/
     918,
 /**/