From 2f10658b06bbdd8f25c4ff152266c808234cee0a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 May 2019 21:59:25 +0200 Subject: 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 key code. Add a test. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 1ea47db72..7905cdac1 100644 --- a/src/version.c +++ b/src/version.c @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1300, /**/ 1299, /**/ -- cgit v1.2.1