commit | ec42059b78c1932a44f2bf36ac982109884dc7c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 15:51:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 15:51:53 2016 +0200 |
tree | e985cbfc921085d6065c6dbdadc3bb266f3cff89 | |
parent | 54b6352c6f0617ff9c963588ccc7d31815348029 [diff] [blame] |
patch 7.4.2255 Problem: The script that checks translations can't handle plurals. Solution: Check for plural msgid and msgstr entries. Leave the cursor on the first error.
diff --git a/src/version.c b/src/version.c index 15e75e6..0196282 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2255, +/**/ 2254, /**/ 2253,