commit | 89e06c807ac63030dd163092e1c58f9ce350aeee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:55:55 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:55:55 2017 +0200 |
tree | 90a74fc8dcb300b55b75293e179053a6d82e46c8 | |
parent | d9bc8a801aeaffa77d4094d43bf97f0ced3db92b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a941d85..4051588 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905,