diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-11 17:20:19 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-11 17:20:19 +0100 |
commit | fcf94d399015984742c4306c7e6676f07d7ed5fe (patch) | |
tree | 679c42b157d273d6aba5e492d4c371cea628c230 /src/version.c | |
parent | 4ffa07081f97db6b49d6d087ce46ff0b3a4c8a5c (diff) | |
download | vim-fcf94d399015984742c4306c7e6676f07d7ed5fe.zip |
updated for version 7.4.120
Problem: Can't build with Perl 5.18 on Linux. (Lcd 47)
Solution: Add #ifdef. (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 b5f70193f..3d5edc0bc 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 120, +/**/ 119, /**/ 118, |