diff options
author | altermo <107814000+altermo@users.noreply.github.com> | 2024-01-17 00:35:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-17 07:35:32 +0800 |
commit | da541c0af1ef6589548140ebce133ad3fecf6d42 (patch) | |
tree | 17660f22e15b5964d96ead4d093b048308cca763 /runtime/lua/vim/_meta/options.lua | |
parent | aa5819f5a5e634904ea1ca4d25700c0cbbba5ccc (diff) | |
download | rneovim-da541c0af1ef6589548140ebce133ad3fecf6d42.tar.gz rneovim-da541c0af1ef6589548140ebce133ad3fecf6d42.tar.bz2 rneovim-da541c0af1ef6589548140ebce133ad3fecf6d42.zip |
vim-patch:9.1.0035: i_CTRL-] triggers InsertCharPre (#27049)
* vim-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: vim/vim#13853
closes: vim/vim#13864
https://github.com/vim/vim/commit/7d711fe2092d0438d2df5054df735ec34926e2bc
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
0 files changed, 0 insertions, 0 deletions