diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 1 |
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} }; |