summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 6c926336c..4f0c8709a 100644
--- a/src/map.c
+++ b/src/map.c
@@ -2187,7 +2187,7 @@ get_maparg(typval_T *argvars, typval_T *rettv, int exact)
int abbr = FALSE;
int get_dict = FALSE;
mapblock_T *mp;
- mapblock_T *mp_simplified;
+ mapblock_T *mp_simplified = NULL;
int buffer_local;
int flags = REPTERM_FROM_PART | REPTERM_DO_LT;
diff --git a/src/version.c b/src/version.c
index f939822cd..463025c97 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 832,
+/**/
831,
/**/
830,