commit | ffa2220950a8f2856f4d7042768888c27e51178a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:34:11 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 21 12:34:11 2013 +0100 |
tree | 116358da1f165cf1bb97f4d782eefde493dc1297 | |
parent | 49b10273f0dd1b10e94ea675b18088a27364edbd [diff] [blame] |
updated for version 7.4.096 Problem: Can't change directory to an UNC path. Solution: Use win32_getattrs() in mch_getperm(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index f4a6069..89e6e11 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 96, +/**/ 95, /**/ 94,