diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2999,
+/**/
     2998,
 /**/
     2997,