diff --git a/src/option.c b/src/option.c index 570c5c84a..cfe464c5b 100644 --- a/src/option.c +++ b/src/option.c @@ -8847,7 +8847,7 @@ get_option_value_strict(name, numval, stringval, opt_type, from) void *from; { int opt_idx; - char_u *varp; + char_u *varp = NULL; struct vimoption *p; int r = 0; diff --git a/src/version.c b/src/version.c index ad2557156..7c2eb6fe8 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 932, /**/ 931, /**/