summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-04 14:50:19 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-04 14:50:19 +0100
commit7f73b54631af3f0e6f0acd1a1b4c9e8436784705 (patch)
tree94bf4f1e8162dc3553b3aa3ab0f6fe9fd5398737 /src/version.c
parent08cab9608781c975b4acbad875862b842b29258d (diff)
downloadvim-7f73b54631af3f0e6f0acd1a1b4c9e8436784705.zip
patch 8.0.0406: arabic shaping code is verbose
Problem: The arabic shaping code is verbose. Solution: Shorten the code without changing the functionality.
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 c4ef6ace0..cc69b3cbb 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 */
/**/
+ 406,
+/**/
405,
/**/
404,