0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.919

Problem:    An empty nl.po file does not work with an old msgfmt.
Solution:   Put a single # in the file. (Laurent Blume)
This commit is contained in:
Bram Moolenaar
2013-05-04 03:37:10 +02:00
parent ff0341946e
commit 02938a970c
2 changed files with 5 additions and 2 deletions

View File

@@ -176,9 +176,10 @@ uninstall:
converted: $(MOCONVERTED) 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: nl.po:
touch nl.po @( echo \# > nl.po )
# Norwegian/Bokmal: "nb" is an alias for "no". # Norwegian/Bokmal: "nb" is an alias for "no".
# Copying the file is not efficient, but I don't know of another way to make # Copying the file is not efficient, but I don't know of another way to make

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
919,
/**/ /**/
918, 918,
/**/ /**/