1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-08-23 23:51:58 +02:00
parent 6c4d12c527
commit 33d66bd9fa
2 changed files with 20 additions and 0 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
992,
/**/
991,
/**/