]> granicus.if.org Git - vim/commit
patch 9.0.1199: crash when using kitty and using a mapping with <Esc> v9.0.1199
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2023 21:07:07 +0000 (21:07 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2023 21:07:07 +0000 (21:07 +0000)
commit584b853ee034754edd278d15f2966ac3d8c9d72c
treef6c2a22bb4da5fef70ec9f815b95d1582fbf3967
parent24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4
patch 9.0.1199: crash when using kitty and using a mapping with <Esc>

Problem:    Crash when using kitty and using a mapping with <Esc>.
Solution:   Do not try setting did_simplify when it is NULL. (closes #11817)
src/misc2.c
src/term.c
src/version.c
src/vim.h