diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-29 15:36:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-29 15:36:26 +0200 |
commit | 27515921196e61034c18718812b6417f65d0337f (patch) | |
tree | 2c5bd79836a4ba64df3af32381a5d8c0ac43a797 /src/version.c | |
parent | a8e3580be61f582aad05d3154896e73b0c414efb (diff) | |
download | vim-git-27515921196e61034c18718812b6417f65d0337f.tar.gz |
updated for version 7.3.1267v7.3.1267
Problem: MS-Windows ACL support doesn't work well.
Solution: Implement more ACL support. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b35ed20af..d554cd601 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1267, +/**/ 1266, /**/ 1265, |