summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-27 21:48:26 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-27 21:48:26 +0100
commitb5e8377364110ee70090274da15d202778e96a64 (patch)
treecaa02b1dec88c11db30144e6050e24323c73f4b5 /src/version.c
parentd512e17ea4cebe547197b759a047138228acc06f (diff)
patch 8.0.0385: no tests for arabicv8.0.0385
Problem: No tests for arabic. Solution: Add a first test for arabic. (Dominique Pelle, closes #1518)
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 713b54c2b9..4479cc2168 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 385,
+/**/
384,
/**/
383,