diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-08 17:08:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-08 17:08:53 +0100 |
commit | 8049253b96838b3584600e5ad229abad37a95b10 (patch) | |
tree | 95cf5df54baa3ad50f11385daf94d648ecb5f0a8 /src/version.c | |
parent | 9fe885e49ade94e6277db0dd18a5bbc1c94c60c4 (diff) | |
download | vim-git-8049253b96838b3584600e5ad229abad37a95b10.tar.gz |
patch 7.4.1516v7.4.1516
Problem: Cannot change file permissions.
Solution: Add setfperm().
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 8b5385e92..f39635e70 100644 --- a/src/version.c +++ b/src/version.c @@ -744,6 +744,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1516, +/**/ 1515, /**/ 1514, |