commit | 9cfc7d885cb3bf37362b11df19a38992893fb385 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 22:37:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 22:37:03 2018 +0200 |
tree | 7ee616a837a7da36bb141223205ccc6602970417 | |
parent | eb3dc87f01391bb075d97aef3d00f91b4e08a25c [diff] [blame] |
patch 8.0.1839: script to check .po file doesn't check for plural header Problem: Script to check .po file doesn't check for plural header. Solution: Add a check that the plural header is present when needed.
diff --git a/src/version.c b/src/version.c index 04d7814..a9348ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1839, +/**/ 1838, /**/ 1837,