]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted v8.2.1253
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 21:06:05 +0000 (23:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jul 2020 21:06:05 +0000 (23:06 +0200)
commitb146e01a7e41bf5787a2b5ccc6c340ed6001f308
tree7c3437e3b0f1f29c26ccf1926953085cc7f2b578
parent54c3fcd852f9d986f81547429e850b3364f058d6
patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted

Problem:    CTRL-K in Insert mode gets <CursorHold> inserted. (Roland
            Puntaier)
Solution:   Do not reset did_cursorhold, restore it. (closes #6447)
src/normal.c
src/version.c