diff --git a/src/evalfunc.c b/src/evalfunc.c index 07a6768c27..29857d318a 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -10755,6 +10755,7 @@ f_spellbadword(typval_T *argvars UNUSED, typval_T *rettv) } str += len; capcol -= len; + len = 0; } } } diff --git a/src/version.c b/src/version.c index adbf13802a..72dd651d2a 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1833, /**/ 1832, /**/