commit | 11f1ffd18282c44ca4b74cf7cf336da6d09e396d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 15:23:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 15:23:26 2020 +0200 |
tree | ecc4fdd87be7781318ad5ef1bc41ef759dbc19a4 | |
parent | 9b7cce28d568f0622d77c6c9878c2d4770c3b164 [diff] [blame] |
patch 8.2.0912: a few test cases for CJK formatting are disabled Problem: A few test cases for CJK formatting are disabled. Solution: Fix the tests and enable them. (closes #6212)
diff --git a/src/version.c b/src/version.c index f724445..ea3f6a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 912, +/**/ 911, /**/ 910,