commit | 923e43b837ca4c8edb7998743f142823eaeaf588 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 15:07:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 28 15:07:38 2016 +0100 |
tree | e34ad1d6d5340765b0ad276764fd82bc70b78ac0 | |
parent | 009d84a34f3678ec93921bee3bc05be2fd606264 [diff] [blame] |
patch 7.4.1189 Problem: Using another language on MS-Windows does not work. (Yongwei Wu) Solution: Undo the change to try loading libintl-8.dll first.
diff --git a/src/version.c b/src/version.c index 3fc0a72..338cb7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1189, +/**/ 1188, /**/ 1187,