commit | 57da69816872d53038e8a7e8dd4dc39a31192f0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 22:30:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 22:30:11 2019 +0200 |
tree | 39106371159bdf50be5a35c4da1e542d0601f0eb | |
parent | dbec74907eb614517bcf27116d5aad32e087f241 [diff] [blame] |
patch 8.1.2027: MS-Windows: problem with ambiwidth characters Problem: MS-Windows: problem with ambiwidth characters. Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903). (Nobuhiro Takasaki, closes #4411)
diff --git a/src/version.c b/src/version.c index c15abcb..929a4c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2027, +/**/ 2026, /**/ 2025,