commit | 3615abb693ab2d9374ae72f0993128e32ffa3e1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 23:04:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 23:04:12 2019 +0100 |
tree | c5fd173ae4749d6a01d274f3bfff6b8ae5bb2bcf | |
parent | eeb1b9c7ed33c152e041a286d79bf3ed00d80e40 [diff] [blame] |
patch 8.1.0893: terminal test is a bit flaky Problem: Terminal test is a bit flaky. Solution: Add test_terminal_no_cmd() to list of flaky tests.
diff --git a/src/version.c b/src/version.c index 3305e22..b86e5c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 893, +/**/ 892, /**/ 891,