diff options
-rw-r--r-- | src/nvim/keymap.c | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/keymap.c b/src/nvim/keymap.c index 9c5160ffb2..33eaf35555 100644 --- a/src/nvim/keymap.c +++ b/src/nvim/keymap.c @@ -281,6 +281,7 @@ static struct key_name_entry { {K_ZERO, (char_u *)"Nul"}, {K_SNR, (char_u *)"SNR"}, {K_PLUG, (char_u *)"Plug"}, + {K_CURSORHOLD, (char_u *)"CursorHold"}, {0, NULL} }; diff --git a/src/nvim/version.c b/src/nvim/version.c index 54646d6061..cd11dfe1d0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -280,7 +280,7 @@ static int included_patches[] = { //460 NA //459 NA //458, - //457, + 457, 456, 455, 454, |