]> granicus.if.org Git - vim/commit
patch 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-C v9.0.0788
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2022 14:10:11 +0000 (15:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2022 14:10:11 +0000 (15:10 +0100)
commit61c4b04799bf114cadc3bbf212ae8b2ad22a6980
tree6d5174bccf9475acadd62d8efe58767bd557b5df
parent9298a996fc54e483dc29c0700edf3c5fe9d0f6a9
patch 9.0.0788: ModeChanged autocmd not executed when Visual ends with CTRL-C

Problem:    ModeChanged autocmd not executed when Visual mode is ended with
            CTRL-C.
Solution:   Do not trigger the autocmd when got_int is set. (closes #11394)
src/misc1.c
src/testdir/test_autocmd.vim
src/version.c