]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0421: interrupting with CTRL-C does not always work v8.2.0421
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Mar 2020 19:48:49 +0000 (20:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Mar 2020 19:48:49 +0000 (20:48 +0100)
commit9645e2d9fc8a591f1db30383caccf71d40e0810c
tree8b8d4d8374a9c5d2f0f0ce71893d75cfc427f4bc
parentf1ec378b014efb9897422c40369a6462163a512a
patch 8.2.0421: interrupting with CTRL-C does not always work

Problem:    Interrupting with CTRL-C does not always work.
Solution:   Recognize CTRL-C while modifyOtherKeys is set.
src/evalfunc.c
src/testdir/test_vim9_script.vim
src/ui.c
src/version.c