commit | 2290b1f8aaafbcb38bd801d08e8bf86cb07abfa5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 13 17:30:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 13 17:30:45 2018 +0200 |
tree | 213108b13232af5913be357564d7c56955b791fa | |
parent | 518bc174ed34dc79303488914aaaa3c238a85080 [diff] [blame] |
patch 8.0.1835: print document name does not support multi-byte Problem: Print document name does not support multi-byte. Solution: Use StartDocW() if needed. (Yasuhiro Matsumoto, closes #2478)
diff --git a/src/version.c b/src/version.c index 3e6c09d..417fc7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1835, +/**/ 1834, /**/ 1833,