Patch 7.3.919 (after 7.3.788)
Problem: An empty nl.po file does not work with an old msgfmt.
Solution: Put a single # in the file. (Laurent Blume)
Files: src/po/Makefile
*** ../vim-7.3.918/src/po/Makefile 2013-01-30 12:50:50.000000000 +0100
--- src/po/Makefile 2013-04-27 14:04:45.000000000 +0200
***************
*** 176,184 ****
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
--- 176,185 ----
converted: $(MOCONVERTED)
! # 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:
! @( 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
*** ../vim-7.3.918/src/version.c 2013-04-24 18:34:40.000000000 +0200
--- src/version.c 2013-05-04 03:30:05.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
{ /* Add new patch number below this line */
+ /**/
+ 919,
/**/
--
God made the integers; all else is the work of Man.
-- Kronecker
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.