commit | f1f2f837bc85c93ba81176383cccd6734f0129fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 16:04:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 16:04:57 2018 +0200 |
tree | 5ace88847d705ace389f5340f7edfe831bfed79e | |
parent | 2225ebb48644f3924311b8df02a1319ab7675d42 [diff] [blame] |
patch 8.0.1755: MS-Windows: high unicode char received as two utf-16 words Problem: MS-Windows GUI: high unicode char received as two utf-16 words. Solution: Keep the first word until the second word is received. (Chris Morgan, closes #2800)
diff --git a/src/version.c b/src/version.c index abf4910..5b41568 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1755, +/**/ 1754, /**/ 1753,