summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-23 16:49:46 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-23 16:49:46 +0200
commit1db60c47d9a0f14f4586702bfd8fccd8ea96f83f (patch)
tree27a97f7d73f1053fad6153531df62fcd79bbf0c8 /src/misc2.c
parentb8ee25acabe887aec5008fd254c4e5c61bebbb04 (diff)
downloadvim-git-1db60c47d9a0f14f4586702bfd8fccd8ea96f83f.tar.gz
updated for version 7.4.457v7.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)
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 1fe0e87cf..d421a00bc 100644
--- 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}
};