comparison src/version.c @ 21895:0ae284aaa8a2 v8.2.1497

patch 8.2.1497: CursorHold test is flaky Commit: https://github.com/vim/vim/commit/17f67547f36a06220ea4667aaee7bb130108f568 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 20 18:29:13 2020 +0200 patch 8.2.1497: CursorHold test is flaky Problem: CursorHold test is flaky. (Jakub K?dzio?ka) Solution: Use WaitForAssert() (closes https://github.com/vim/vim/issues/6754)
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Aug 2020 18:30:04 +0200
parents f19ac9b8b011
children e0af4660dfc7
comparison
equal deleted inserted replaced
21894:0a3a52ec5f4c 21895:0ae284aaa8a2
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1497,
757 /**/ 759 /**/
758 1496, 760 1496,
759 /**/ 761 /**/
760 1495, 762 1495,
761 /**/ 763 /**/