From 584b853ee034754edd278d15f2966ac3d8c9d72c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 14 Jan 2023 21:07:07 +0000 Subject: patch 9.0.1199: crash when using kitty and using a mapping with Problem: Crash when using kitty and using a mapping with . Solution: Do not try setting did_simplify when it is NULL. (closes #11817) --- src/vim.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vim.h') diff --git a/src/vim.h b/src/vim.h index 655935fa57..7d58b06a36 100644 --- a/src/vim.h +++ b/src/vim.h @@ -2818,6 +2818,7 @@ long elapsed(DWORD start_tick); #define FSK_KEEP_X_KEY 0x02 // don't translate xHome to Home key #define FSK_IN_STRING 0x04 // TRUE in string, double quote is escaped #define FSK_SIMPLIFY 0x08 // simplify and +#define FSK_FROM_PART 0x10 // left-hand-side of mapping // Flags for the readdirex function, how to sort the result #define READDIR_SORT_NONE 0 // do not sort -- cgit v1.2.3