0
0
mirror of https://github.com/vim/vim.git synced 2025-11-10 10:47:23 -05:00

patch 8.0.0907: with cp932 font names might be misinterpreted

Problem:    With cp932 font names might be misinterpreted.
Solution:   Do not see "_" as a space when it is the second byte of a double
            byte character. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2017-08-11 20:55:55 +02:00
parent d9bc8a801a
commit 89e06c807a
2 changed files with 5 additions and 1 deletions

View File

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