diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-07 16:05:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-07 16:05:55 +0200 |
commit | 317fd3ae3b9e80953e1d934975f0e7e5be9a94ae (patch) | |
tree | d9b2dd2e498f1f37646779bd73c4df788c11337b /src/version.c | |
parent | 5ea0ac77b3a44e414932da38a98f6821fe3f33a3 (diff) | |
download | vim-317fd3ae3b9e80953e1d934975f0e7e5be9a94ae.zip |
updated for version 7.2.413
Problem: Large file support is incorrect.
Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
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 1f7bb3872..3b5003a9c 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 413, +/**/ 412, /**/ 411, |