diff src/version.c @ 17210:175941dcc96b v8.1.1604

patch 8.1.1604: popup window scroll test is flaky commit https://github.com/vim/vim/commit/13b47c37a650ab6045680a9e5513ef6ad71ee93f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 28 21:55:48 2019 +0200 patch 8.1.1604: popup window scroll test is flaky Problem: Popup window scroll test is flaky. Solution: Add a delay between scroll events.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jun 2019 22:00:06 +0200
parents 13d0753511fe
children fd983b381ec0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1604,
+/**/
     1603,
 /**/
     1602,