diff --git a/src/eval.c b/src/eval.c index 0365adc89..33976d2a8 100644 --- a/src/eval.c +++ b/src/eval.c @@ -791,7 +791,7 @@ get_lval( listitem_T *ni; char_u *key = NULL; int len; - hashtab_T *ht; + hashtab_T *ht = NULL; int quiet = flags & GLV_QUIET; // Clear everything in "lp". diff --git a/src/version.c b/src/version.c index 95a0f8ca3..0583f64b9 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2028, /**/ 2027, /**/