]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4865: :startinsert right after :stopinsert may not work v8.2.4865
authorzeertzjq <zeertzjq@outlook.com>
Wed, 4 May 2022 16:51:50 +0000 (17:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 May 2022 16:51:50 +0000 (17:51 +0100)
commitcd5dbad184e8235beb13dcd8a22302da09db9766
treede46398f8bc6cedcfb855133822614bb06993f2d
parent0395f88b84b8917aeff1f7026cf968de0f55ba22
patch 8.2.4865: :startinsert right after :stopinsert may not work

Problem:    :startinsert right after :stopinsert does not work when popup menu
            is still visible.
Solution:   Use ins_compl_active() instead of pum_visible(). (closes #10352)
src/edit.c
src/testdir/test_ins_complete.vim
src/version.c