commit | 203258c3ad2966cc9d08b3805b103333988b30b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 22:15:16 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 22:15:16 2016 +0100 |
tree | bc95043f2a838d99b1205e548a73588429fa279f | |
parent | 021b593e7ed6c7111cbf189744ad1e5d6c4a7d79 [diff] [blame] |
patch 7.4.1128 Problem: MS-Windows: delete() does not recognize junctions. Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index 61393c2..5e5a319 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1128, +/**/ 1127, /**/ 1126,