diff --git a/src/cmdexpand.c b/src/cmdexpand.c index f46045e6e..b261415e8 100644 --- a/src/cmdexpand.c +++ b/src/cmdexpand.c @@ -3003,7 +3003,7 @@ ExpandUserDefined( garray_T ga; int fuzzy; int match; - int score; + int score = 0; fuzzy = cmdline_fuzzy_complete(pat); *matches = NULL; diff --git a/src/version.c b/src/version.c index c64bd83e9..a574acb3a 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 */ +/**/ + 4485, /**/ 4484, /**/