commit | 9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 13:49:09 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 13:49:09 2015 +0200 |
tree | fe507691f61a24c0ee5a5359ae6491751b3c4288 | |
parent | 089af18d1fd0961ff504ee72db0156bbfe509cdf [diff] [blame] |
patch 7.4.892 Problem: On MS-Windows the iconv DLL may have a different name. Solution: Also try libiconv2.dll and libiconv-2.dll. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index ce05792..3722b5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 892, +/**/ 891, /**/ 890,