comparison src/version.c @ 17310:1b0b90f1d95e v8.1.1654

patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed commit https://github.com/vim/vim/commit/8a7383b6d28be02413cf115d4b8ed1b44d60dd9f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 8 22:23:33 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jul 2019 22:30:04 +0200
parents d04de6c49f59
children 484424955bfa
comparison
equal deleted inserted replaced
17309:bd871e780f34 17310:1b0b90f1d95e
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1654,
780 /**/ 782 /**/
781 1653, 783 1653,
782 /**/ 784 /**/
783 1652, 785 1652,
784 /**/ 786 /**/