From cf1ba35fc2ebd41b9a7738bbd1f026f5311560aa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 27 Oct 2017 00:55:04 +0200 Subject: patch 8.0.1224: still interference between test functions Problem: Still interference between test functions. Solution: Clear autocommands. Wipe all buffers. Fix tests that depend on a specific start context. --- 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 6ccb6103b..2b8fda7f3 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1224, /**/ 1223, /**/ -- cgit v1.2.1