]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0563: Cannot process any Key event v9.1.0563
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Thu, 11 Jul 2024 20:05:12 +0000 (22:05 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Jul 2024 20:05:12 +0000 (22:05 +0200)
commit83678849095abfa914f5405e8a5e5d23346b5917
tree421ff1ac0c9fbdf8a82f7fab5ea4ebca7a52fabe
parente7b98ab96e1f1bd12032c620615a2c69adbf018d
patch 9.1.0563: Cannot process any Key event

Problem:  Cannot process any Key event
Solution: Add the KeyInputPre autocmd
          (Shougo Matsushita)

closes: #15182

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt
runtime/doc/eval.txt
runtime/doc/tags
runtime/doc/version9.txt
src/autocmd.c
src/getchar.c
src/proto/autocmd.pro
src/testdir/test_autocmd.vim
src/version.c
src/vim.h