diff --git a/src/ex_getln.c b/src/ex_getln.c index a4f0a2607af13..4978ceec21b01 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -4672,7 +4672,7 @@ get_user_input( { char_u *xp_name; int xp_namelen; - long argt; + long argt = 0; // input() with a third argument: completion rettv->vval.v_string = NULL; diff --git a/src/version.c b/src/version.c index 86a78082427c3..0889ac4d02d7b 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4469, /**/ 4468, /**/