]> granicus.if.org Git - vim/commit
patch 9.0.1371: ballooneval interferes with Insert completion v9.0.1371
authorzeertzjq <zeertzjq@outlook.com>
Thu, 2 Mar 2023 17:51:32 +0000 (17:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Mar 2023 17:51:32 +0000 (17:51 +0000)
commit440d4cb55b84fd4b188630abc4a1312598649af0
tree19a7efd9ba5bb5da6ddf2097a757bab8500852f8
parentc3f971f28989fde7d94b45957496fecd6e6f2177
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/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c