commit | 27515921196e61034c18718812b6417f65d0337f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 15:36:26 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 15:36:26 2013 +0200 |
tree | 2c5bd79836a4ba64df3af32381a5d8c0ac43a797 | |
parent | a8e3580be61f582aad05d3154896e73b0c414efb [diff] [blame] |
updated for version 7.3.1267 Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
diff --git a/src/version.c b/src/version.c index b35ed20..d554cd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1267, +/**/ 1266, /**/ 1265,