commit | 39efa89afb10ec967bea92f02aa58c4109628e5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 15:40:04 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 15:40:04 2013 +0200 |
tree | 92a941cd0a1504ec4eefc1a07840c4b1eb9d7e46 | |
parent | 27515921196e61034c18718812b6417f65d0337f [diff] [blame] |
updated for version 7.3.1268 Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
diff --git a/src/version.c b/src/version.c index d554cd6..4630987 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1268, +/**/ 1267, /**/ 1266,