diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-25 22:18:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-25 22:18:43 +0100 |
commit | a713ff819d134dc34e507c05273c935bfc17e795 (patch) | |
tree | 354df0cee3a26436ddba8cd6d745f445772e6fcf /src/version.c | |
parent | 14c2e18b63faaa4056d987fd501a68480cb40c5c (diff) | |
download | vim-git-8.0.0372.tar.gz |
patch 8.0.0372: more options are not always definedv8.0.0372
Problem: More options are not always defined.
Solution: Consistently define all possible options.
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 d8940c7df..3b8c12705 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 */ /**/ + 372, +/**/ 371, /**/ 370, |