summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-01-14 21:07:07 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-14 21:07:07 +0000
commit584b853ee034754edd278d15f2966ac3d8c9d72c (patch)
treef6c2a22bb4da5fef70ec9f815b95d1582fbf3967 /src/vim.h
parent24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4 (diff)
patch 9.0.1199: crash when using kitty and using a mapping with <Esc>v9.0.1199
Problem: Crash when using kitty and using a mapping with <Esc>. Solution: Do not try setting did_simplify when it is NULL. (closes #11817)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 1 insertions, 0 deletions
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 <C-H> and <A-x>
+#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