commit | 7f73b54631af3f0e6f0acd1a1b4c9e8436784705 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 14:50:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 14:50:19 2017 +0100 |
tree | 94bf4f1e8162dc3553b3aa3ab0f6fe9fd5398737 | |
parent | 08cab9608781c975b4acbad875862b842b29258d [diff] [blame] |
patch 8.0.0406: arabic shaping code is verbose Problem: The arabic shaping code is verbose. Solution: Shorten the code without changing the functionality.
diff --git a/src/version.c b/src/version.c index c4ef6ac..cc69b3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 406, +/**/ 405, /**/ 404,