commit | 440d4cb55b84fd4b188630abc4a1312598649af0 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Mar 02 17:51:32 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 17:51:32 2023 +0000 |
tree | 19a7efd9ba5bb5da6ddf2097a757bab8500852f8 | |
parent | c3f971f28989fde7d94b45957496fecd6e6f2177 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 857c139..56739e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1371, +/**/ 1370, /**/ 1369,