commit | 78d629a38548115a68298081d39d6d90708af561 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 17:31:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 17:31:15 2019 +0200 |
tree | c8791b8274ae420df4317fc45ef3e4294137c007 | |
parent | 9a2fddcf04192a643dc97601d689c27f5bc5184f [diff] [blame] |
patch 8.1.1856: popup preview test fails sometimes Problem: popup preview test fails sometimes. (Christian Brabandt) Solution: Clear the command line.
diff --git a/src/version.c b/src/version.c index 28fd2a7..f7be012 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1856, +/**/ 1855, /**/ 1854,