summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-23 05:10:14 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-23 05:10:14 +0200
commit68f1b1b37fa7aba985d9f8727fd9f0f3eb0c19a9 (patch)
treeb74555f46b67245166de25483f3754d2e933d32f /src
parentcd96eef3a869557bd3d2d4497861d87cb525db06 (diff)
patch 8.1.0207: need many menu translation files to cover regionsv8.1.0207
Problem: Need many menu translation files to cover regions. Solution: When there is no region match, try without. (Christian Brabandt)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 36e2fcbc49..39ea6e2abd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 207,
+/**/
206,
/**/
205,