commit | 0d0c3ca007940cdb64ccbfd0e70846eedfe6a4a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 21:16:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 25 21:16:15 2019 +0200 |
tree | 95355790ef2c4e85c94eaf7a3cb94f73e241d386 | |
parent | 010ee9657acf1a9f799079d718998c94e50ccadc [diff] [blame] |
patch 8.1.2074: test for SafeState autocommand is a bit flaky Problem: Test for SafeState autocommand is a bit flaky. Solution: Add to list of flaky tests.
diff --git a/src/version.c b/src/version.c index 6f8107c..2b1438c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2074, +/**/ 2073, /**/ 2072,