diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-26 15:51:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-26 15:51:53 +0200 |
commit | ec42059b78c1932a44f2bf36ac982109884dc7c7 (patch) | |
tree | e985cbfc921085d6065c6dbdadc3bb266f3cff89 /src/version.c | |
parent | 54b6352c6f0617ff9c963588ccc7d31815348029 (diff) | |
download | vim-ec42059b78c1932a44f2bf36ac982109884dc7c7.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 15e75e6ad..0196282a4 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2255, +/**/ 2254, /**/ 2253, |