From 440d4cb55b84fd4b188630abc4a1312598649af0 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 2 Mar 2023 17:51:32 +0000 Subject: patch 9.0.1371: ballooneval interferes with Insert completion Problem: Ballooneval interferes with Insert completion. Solution: Ignore mouse-move events when completing. (closes #12094, closes #12092) --- 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 857c1394ca..56739e7630 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1371, /**/ 1370, /**/ -- cgit v1.2.3