commit | 7e0f462db594e3e2eee3a55531250a6afc9c0b92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 21:23:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 21:23:39 2019 +0200 |
tree | 09d3a85e0b18f36cbc734ea6f040075ebdf341a4 | |
parent | 397c6a1438186adef54fe5113690307e644b0f42 [diff] [blame] |
patch 8.1.2050: popup window test fails in some configurations Problem: Popup window test fails in some configurations. (James McCoy) Solution: Clear the command line.
diff --git a/src/version.c b/src/version.c index 1f120d3..a2c5ddd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2050, +/**/ 2049, /**/ 2048,