]> granicus.if.org Git - vim/commit
patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen' v8.2.5020
authorMilly <milly.ca@gmail.com>
Thu, 26 May 2022 12:16:25 +0000 (13:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 26 May 2022 12:16:25 +0000 (13:16 +0100)
commitc7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578
treee47bd61af75370460f507181272624fce3d7f7ca
parent0f7a3e1de6f71e8e1423fe594890d6aa7f94e132
patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'

Problem:    Using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'.
Solution:   Save and restore the KeyTyped flag. (closes #10479)
src/gui_xim.c
src/testdir/test_iminsert.vim
src/version.c