commit | 8a7383b6d28be02413cf115d4b8ed1b44d60dd9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 08 22:23:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 08 22:23:33 2019 +0200 |
tree | 1965d70cea9fc29329cb4f14c891b55fc76385fe | |
parent | 0d07155c8bbaca1a527b79da358438253a60839f [diff] [blame] |
patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed Problem: GUI: screen updates from 'balloonexpr' are not displayed. Solution: Update the screen if needed. Also avoid the cursor being displayed in the wrong position.
diff --git a/src/version.c b/src/version.c index 03361ca..d35560a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1654, +/**/ 1653, /**/ 1652,