commit | 8ccabf624ef4eb7ebe3e4d52449bc0bc545810f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 18:12:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 18:12:51 2019 +0200 |
tree | ae0a5a7408c6e4fcc6c98f1fbbca0210922c8ee0 | |
parent | 8071cb2c646c9d38dcd4e3ccd377dce07705f031 [diff] [blame] |
patch 8.1.1668: popup window test is a bit flaky on some systems Problem: Popup window test is a bit flaky on some systems. Solution: Clear the command line. (Naruhiko Nishino, closes #4656)
diff --git a/src/version.c b/src/version.c index afd775a..a2137cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1668, +/**/ 1667, /**/ 1666,