commit | 2f10658b06bbdd8f25c4ff152266c808234cee0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 08 21:59:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 08 21:59:25 2019 +0200 |
tree | 8227dc063a5f4f258563f74adf09326a7d57dae0 | |
parent | a5c6a0b6c71ae11078cbf6f5e18ce49a0468a117 [diff] [blame] |
patch 8.1.1300: in a terminal 'ballooneval' does not work right away Problem: In a terminal 'ballooneval' does not work right away. Solution: Flush output after drawing the balloon. Add the <Ignore> key code. Add a test.
diff --git a/src/version.c b/src/version.c index 1ea47db..7905cda 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1300, +/**/ 1299, /**/ 1298,