commit | 3e8d385347b23b2925d1b8ca64b78764d37f21fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 17:43:01 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 20 17:43:01 2018 +0100 |
tree | 927d9c9e07d31986161c68dcae53ee3b31e1609e | |
parent | 6ed86ad170b60517eeddb54c2b22fdc888a22c0b [diff] [blame] |
patch 8.0.1623: terminal kill tests are flaky Problem: Terminal kill tests are flaky. Solution: Instead of running Vim in a terminal, run it as a normal command.
diff --git a/src/version.c b/src/version.c index 418ca0c..e647c9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1623, +/**/ 1622, /**/ 1621,