commit | 604729e75b14d3a7c5620c43c102e1f4ed156915 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 16:44:19 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 16:44:19 2013 +0200 |
tree | 4afa833f523649348b57a0edefbcffff18591e5d | |
parent | b5ef5e1c217931023e46ce4a6563d80d259c8fc8 [diff] [blame] |
updated for version 7.4.012 Problem: MS-Windows: resolving shortcut does not work properly with multi-byte characters. Solution: Use wide system functions. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 3e53004..8eee3e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 12, +/**/ 11, /**/ 10,