From: Bram Moolenaar Date: Wed, 30 Jan 2013 11:50:56 +0000 (+0100) Subject: updated for version 7.3.788 X-Git-Tag: v7.3.788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d616172389a666e74c47c4e41f5cd9a17a38268;p=vim updated for version 7.3.788 Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file. --- diff --git a/src/po/Makefile b/src/po/Makefile index 2814b3fe8..09c8861b6 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -176,6 +176,10 @@ uninstall: converted: $(MOCONVERTED) +# nl.po was added later, if it does not exist use an empty file. +nl.po: + touch 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 # this work. diff --git a/src/version.c b/src/version.c index ed6b493e8..8c19a1519 100644 --- a/src/version.c +++ b/src/version.c @@ -725,6 +725,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 788, /**/ 787, /**/