]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0035: i_CTRL-] triggers InsertCharPre v9.1.0035
authoraltermo <>
Tue, 16 Jan 2024 16:25:17 +0000 (17:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 16 Jan 2024 16:25:17 +0000 (17:25 +0100)
commit7d711fe2092d0438d2df5054df735ec34926e2bc
tree401aecf9711ac2303fa55d3eeffeb64e680a7628
parentac4cffc6d9d307778d8a2945adab70244470bbb8
patch 9.1.0035: i_CTRL-] triggers InsertCharPre

Problem:  i_CTRL-] triggers InsertCharPre
Solution: Return if CTRL-] is received. InsertCharPre
          is supposed to be only used for chars to be inserted
          but i_CTRL-] triggers expansion and is not inserted
          into the buffer (altermo)

closes: #13853
closes: #13864

Signed-off-by: altermo
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/edit.c
src/testdir/test_edit.vim
src/version.c