From a713ff819d134dc34e507c05273c935bfc17e795 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 25 Feb 2017 22:18:43 +0100 Subject: patch 8.0.0372: more options are not always defined Problem: More options are not always defined. Solution: Consistently define all possible options. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index d8940c7df..3b8c12705 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 372, /**/ 371, /**/ -- cgit v1.2.1