commit | a713ff819d134dc34e507c05273c935bfc17e795 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:18:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 22:18:43 2017 +0100 |
tree | 354df0cee3a26436ddba8cd6d745f445772e6fcf | |
parent | 14c2e18b63faaa4056d987fd501a68480cb40c5c [diff] [blame] |
patch 8.0.0372: more options are not always defined Problem: More options are not always defined. Solution: Consistently define all possible options.
diff --git a/src/version.c b/src/version.c index d8940c7..3b8c127 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,