commit | 33d66bd9fa0e1b3fbba33d6a1a0609915ac79441 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 23 23:51:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 23 23:51:58 2017 +0200 |
tree | 475ecb9831bcbc298783cae576baa071d14441dd | |
parent | 6c4d12c5278fc6b7a6dee2043bc1af713f894ae5 [diff] [blame] |
patch 8.0.0992: terminal title is wrong when 'encoding' is DBCS Problem: Terminal title is wrong when 'encoding' is DBCS. Solution: Convert the title from DBCS to utf-8. (Yasuhiro Matsumoto, closes #2009)
diff --git a/src/version.c b/src/version.c index a0ce86d..1006ca0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 992, +/**/ 991, /**/ 990,