summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-16 20:32:25 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-16 20:32:25 +0200
commit4d2ba822fd80f5b5ff6d9195a5f0fd802aabf304 (patch)
treec6607c62cde2b5c51d2c28063097e61d6c30cc3d /src/version.c
parent938783d0ab5678c259ceb62b15be72abe69362fa (diff)
patch 8.0.0726: translations cleanup script is too conservativev8.0.0726
Problem: Translations cleanup script is too conservative. Solution: Also delete untranslated messages.
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 1513ee5021..85814a4337 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 726,
+/**/
725,
/**/
724,