summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorMatvey Tarasov <matthewtarasov@yandex.ru>2022-06-29 13:18:27 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-29 13:18:27 +0100
commitd14bb1aef9a142f403aa16298c23db2751de9391 (patch)
tree82d2f7d6ad82a88f206e298497fd9d7d19ed021e /src/version.c
parentee47eaceaa148e07b566ff420f9a3c2edde2fa34 (diff)
patch 9.0.0004: plural messages not translated properlyv9.0.0004
Problem: Plural messages not translated properly. Solution: Use ngettext() in a few more places. (Matvey Tarasov, closes #10606)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 2faf3bdfcc..dd99f8575a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4,
+/**/
3,
/**/
2,