diff --git a/src/eval.c b/src/eval.c index b8aa79fe4d..6b2d86b47a 100644 --- a/src/eval.c +++ b/src/eval.c @@ -694,7 +694,7 @@ deref_function_name( { typval_T ref; char_u *name = *arg; - int save_flags; + int save_flags = 0; ref.v_type = VAR_UNKNOWN; if (evalarg != NULL) diff --git a/src/version.c b/src/version.c index b438a46297..d916059410 100644 --- a/src/version.c +++ b/src/version.c @@ -707,6 +707,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 371, /**/ 370, /**/