We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f2857 commit ccb47a2Copy full SHA for ccb47a2
src/misc2.c
@@ -2531,6 +2531,8 @@ static struct key_name_entry
2531
{K_CURSORHOLD, (char_u *)"CursorHold"},
2532
{K_IGNORE, (char_u *)"Ignore"},
2533
{K_COMMAND, (char_u *)"Cmd"},
2534
+ {K_FOCUSGAINED, (char_u *)"FocusGained"},
2535
+ {K_FOCUSLOST, (char_u *)"FocusLost"},
2536
{0, NULL}
2537
// NOTE: When adding a long name update MAX_KEY_NAME_LEN.
2538
};
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2383,
755
/**/
756
2382,
757
0 commit comments