commit | 2ee95f7d13566ba393ed70bd4401e7164b0cc2f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 19:13:38 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 19:13:38 2013 +0200 |
tree | 9ccfd8c005d3a370675290c759f4dad4ffa4afb3 | |
parent | 134bf07ca0e28addeeb67edc4fceeba00388d7fc [diff] [blame] |
updated for version 7.4.039 Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a directory properly. Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index c7b7332..3495b0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 39, +/**/ 38, /**/ 37,