commit | 271273c39f2150ecdaa67fe1a2a8e9cdc63db545 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 20:30:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 20:30:22 2016 +0100 |
tree | 29f97e6e8400810607029b21cd44d8f7c47d56e2 | |
parent | 02e83b438ea7071fdb176dabbaefea319ab2d686 [diff] [blame] |
patch 7.4.1383 Problem: GvimExt only loads the old libintl.dll. Solution: Also try loading libint-8.dll. (Ken Takata, closes #608)
diff --git a/src/version.c b/src/version.c index 5e6878f..27d8c92 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1383, +/**/ 1382, /**/ 1381,