diff --git a/src/dict.c b/src/dict.c index 85e451ec71..2b3ef88971 100644 --- a/src/dict.c +++ b/src/dict.c @@ -994,7 +994,7 @@ eval_dict(char_u **arg, typval_T *rettv, evalarg_T *evalarg, int literal) { emsg(_(e_missing_matching_bracket_after_dict_key)); clear_tv(&tvkey); - return FAIL; + goto failret; } ++*arg; } diff --git a/src/version.c b/src/version.c index 7abc134fc5..51b853a2b9 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 79, /**/ 78, /**/