| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.919 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| 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 |
| |
| |
| |
| |
| |
| *** 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 |
| |
| |
| |
| *** 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 -- Bram@Moolenaar.net -- 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 /// |