commit | 5f53dd3f747711be90879fa2f22a207970b86750 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 14:02:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 14:02:30 2017 +0100 |
tree | 425fc754acbac96ee86873b6c435de9d7a41e318 | |
parent | cb03642399ae4f3c47a006f608a6b912f9d98b5f [diff] [blame] |
patch 8.0.0391: arabic support is verbose and not well tested Problem: Arabic support is verbose and not well tested. Solution: Simplify the code. Add more tests.
diff --git a/src/version.c b/src/version.c index 63eda8b..d4d27ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389,