]> granicus.if.org Git - vim/commit
patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeave v8.1.0504
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Nov 2018 10:59:15 +0000 (11:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Nov 2018 10:59:15 +0000 (11:59 +0100)
commit4dbc2627641a6b950c30c31cbf7b7e6c36da1927
tree01a06742db92d299a694a3f7a3813df95834b593
parentf7acf2b63ce91ea802dbcf0618f0cdee80993468
patch 8.1.0504: when CTRL-C is mapped it triggers InsertLeave

Problem:    When CTRL-C is mapped it triggers InsertLeave.
Solution:   Make CTRL-C behave the same way when typed or used in a mapping.
src/edit.c
src/testdir/test_edit.vim
src/version.c