diff --git a/src/eval.c b/src/eval.c index 78e4eae152..993a5bc73b 100644 --- a/src/eval.c +++ b/src/eval.c @@ -4208,7 +4208,7 @@ eval7( if (**arg == '0' && ((*arg)[1] == 'z' || (*arg)[1] == 'Z')) { char_u *bp; - blob_T *blob; + blob_T *blob = NULL; // init for gcc // Blob constant: 0z0123456789abcdef if (evaluate) diff --git a/src/version.c b/src/version.c index 643830a678..9f4bbfce74 100644 --- a/src/version.c +++ b/src/version.c @@ -795,6 +795,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 737, /**/ 736, /**/