From e8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 7 Mar 2017 22:33:32 +0100 Subject: patch 8.0.0429: options test does not always test everything Problem: Options test does not always test everything. Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim was not found. --- 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 983a4259e..e8779f529 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 */ +/**/ + 429, /**/ 428, /**/ -- cgit v1.2.1