commit | 5342f00ff95ed0256b8183063a83d72112f1243c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 22:51:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 28 22:51:12 2017 +0100 |
tree | 519a8b217ec4cc03d73c3c66b47a525b0cffefae | |
parent | 1159b168dd94c1a25b4284c6544de385855df6f6 [diff] [blame] |
patch 8.0.0389: test for arabic does not check what is displayed Problem: Test for arabic does not check what is displayed. Solution: Improve what is asserted. (Dominique Pelle, closes #1523) Add a first shaping test.
diff --git a/src/version.c b/src/version.c index 19d3322..cff9e26 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 389, +/**/ 388, /**/ 387,