commit | 444fda208469916764d89403e77380a0cdaf6242 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:37:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 20:37:00 2017 +0200 |
tree | bb2e2c69e3f29fdb04953ba89f672a2d831519ae | |
parent | ae338338508ef42866204f90dca861ac555f4298 [diff] [blame] |
patch 8.0.0905: MS-Windows: broken multi-byte characters in the console Problem: MS-Windows: broken multi-byte characters in the console. Solution: Restore all regions of the console buffer. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f0e7062..8073068 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 905, +/**/ 904, /**/ 903,