commit | 13b47c37a650ab6045680a9e5513ef6ad71ee93f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 21:55:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 21:55:48 2019 +0200 |
tree | 76ab8304f7f03b613f59c82d203730b005b23ba6 | |
parent | d74af4227b4e961bbab6ec9aa36512464434a1ad [diff] [blame] |
patch 8.1.1604: popup window scroll test is flaky Problem: Popup window scroll test is flaky. Solution: Add a delay between scroll events.
diff --git a/src/version.c b/src/version.c index 26a9bf5..9c29b46 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1604, +/**/ 1603, /**/ 1602,