commit | cf1ba35fc2ebd41b9a7738bbd1f026f5311560aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 27 00:55:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 27 00:55:04 2017 +0200 |
tree | c485902b799a521cf8675a11b8ab73a7745c86eb | |
parent | 9ad89c6c4f89cd710d8244d8010b8b0ae30ba79d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6ccb610..2b8fda7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1224, +/**/ 1223, /**/ 1222,