commit | 584b853ee034754edd278d15f2966ac3d8c9d72c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 21:07:07 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 21:07:07 2023 +0000 |
tree | f6c2a22bb4da5fef70ec9f815b95d1582fbf3967 | |
parent | 24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 763c79d..2b472d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1199, +/**/ 1198, /**/ 1197,