commit | 17aa8cc255d313ac33eca4f2727ed2a6b8bdd8ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 21:38:45 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 21 21:38:45 2012 +0200 |
tree | 81447e8fc49a88711bfde1efdec56830586d608a | |
parent | a9a2d8f4d0d8bfd10fdcf468e6614e196d39ffd0 [diff] [blame] |
updated for version 7.3.707 Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 321dfdf..4631c72 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 707, +/**/ 706, /**/ 705,