commit | 17f67547f36a06220ea4667aaee7bb130108f568 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 18:29:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 18:29:13 2020 +0200 |
tree | 9d693f90428489894b9973ef729b994df4f25b31 | |
parent | b8a9296cedb9fae35572041ef5cfa894f3ad9fbb [diff] [blame] |
patch 8.2.1497: CursorHold test is flaky Problem: CursorHold test is flaky. (Jakub Kądziołka) Solution: Use WaitForAssert() (closes #6754)
diff --git a/src/version.c b/src/version.c index c2057b3..28400fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1497, +/**/ 1496, /**/ 1495,