diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-04 20:35:31 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-04 20:35:31 +0100 |
| commit | de5e2c219b99895445fb75ae3541ee69282a5846 (patch) | |
| tree | 66c568296d890abef12e5d04f7e62256e28b45e1 /src/version.c | |
| parent | 91e44a3305ef6bf2d43496c351dcff0a45c6bfb8 (diff) | |
| download | vim-git-de5e2c219b99895445fb75ae3541ee69282a5846.tar.gz | |
patch 8.0.0059v8.0.0059
Problem: Vim does not build on VMS systems.
Solution: Various changes for VMS. (Zoltan Arpadffy)
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 dc3cb58f5..97b7e3098 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 59, +/**/ 58, /**/ 57, |
