comparison src/version.c @ 24924:0d411646a366 v8.2.2999

patch 8.2.2999: balloon sometimes does not hide with GTK 3 Commit: https://github.com/vim/vim/commit/47f6db90895c01259e90108caae9517e894e1f95 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 14 22:08:46 2021 +0200 patch 8.2.2999: balloon sometimes does not hide with GTK 3 Problem: Balloon sometimes does not hide with GTK 3. Solution: Also listen to GDK_LEAVE_NOTIFY. (Johannes Stezenbach)
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Jun 2021 22:15:02 +0200
parents 0d8baefcf4ed
children e20d34db7cf4
comparison
equal deleted inserted replaced
24923:98a551814ae5 24924:0d411646a366
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2999,
753 /**/ 755 /**/
754 2998, 756 2998,
755 /**/ 757 /**/
756 2997, 758 2997,
757 /**/ 759 /**/