commit | e52702f00322c8a8861efd0bd6a3775e685e5685 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 18:22:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 18:22:13 2020 +0200 |
tree | ffd498e52ee2b139f3a145147aca02afc5013d63 | |
parent | 9155825b2428ef6bf654204a534b033a6879c90d [diff] [blame] |
patch 8.2.0901: formatting CJK text isn't optimal Problem: Formatting CJK text isn't optimal. Solution: Properly break CJK lines. (closes #3875)
diff --git a/src/version.c b/src/version.c index 2c22af4..291744e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 901, +/**/ 900, /**/ 899,