commit | 9b5c1fcdeae75f82a2083fafbbf75ab220f6ac1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 14:08:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 14:08:04 2019 +0100 |
tree | d051df8c1f277a55dd178ff945496fd7181eb475 | |
parent | 445e71c5ee06015064cf0642cac8190cfe8fbc59 [diff] [blame] |
patch 8.1.0918: MS-Windows: startup messages are not converted Problem: MS-Windows: startup messages are not converted. Solution: Convert messages when the current codepage differs from 'encoding'. (Yasuhiro Matsumoto, closes #3914)
diff --git a/src/version.c b/src/version.c index 9a31c2f..73840c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 918, +/**/ 917, /**/ 916,