diff src/misc2.c @ 6245:96761b6789f6 v7.4.457

updated for version 7.4.457 Problem: Using getchar() in an expression mapping may result in K_CURSORHOLD, which can't be recognized. Solution: Add the <CursorHold> key. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 16:49:46 +0200
parents 63121fdd093f
children 75444015837a
line wrap: on
line diff
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -2471,6 +2471,7 @@ static struct key_name_entry
     {K_SNR,		(char_u *)"SNR"},
 #endif
     {K_PLUG,		(char_u *)"Plug"},
+    {K_CURSORHOLD,	(char_u *)"CursorHold"},
     {0,			NULL}
 };