commit | 3c9c99cb2c7839b96101ba0f41e93f8991adf531 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 18:31:59 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 18:31:59 2011 +0200 |
tree | 6b5cfe20a7ec59b30b38c94804cd8f5a6e5df500 | |
parent | 948733a874e279e4f72977ae2759a5618bdf0fe0 [diff] [blame] |
updated for version 7.3.177 Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 94c21dd..0c24bd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 177, +/**/ 176, /**/ 175,