summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/option.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 570c5c84af..cfe464c5b0 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 ad25571562..7c2eb6fe80 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 */
/**/
+ 932,
+/**/
931,
/**/
930,