commit | c2adc00fa74530e7f9d2cd31ce39252e86465dd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 17:05:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 17:05:18 2020 +0100 |
tree | d7a97b05e5c8a0f4f6d5768265da69f7b3692a15 | |
parent | 4132eb505c506f7a0710b03a275d1c5a247e4196 [diff] [blame] |
patch 8.2.0259: terminal in popup test sometimes fails Problem: Terminal in popup test sometimes fails. Solution: Clear the command line.
diff --git a/src/version.c b/src/version.c index 2720dc6..7dacf84 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 259, +/**/ 258, /**/ 257,