diff --git a/src/term.c b/src/term.c index 4c365b19bd..c317ca6012 100644 --- a/src/term.c +++ b/src/term.c @@ -5362,7 +5362,7 @@ put_key_modifiers_in_typebuf( static int parse_csi_f_keys(int arg) { - char_u key_name[2] = ""; + char_u key_name[2] = { 0, 0 }; switch (arg) { diff --git a/src/version.c b/src/version.c index eea70581fe..5212d18888 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1911, /**/ 1910, /**/