Merge #9782 from janlazo/vim-8.1.0199

vim-patch:8.1.{199,200}
This commit is contained in:
Justin M. Keyes
2019-08-09 12:00:47 +02:00
committed by GitHub
2 changed files with 43 additions and 0 deletions

View File

@@ -16759,6 +16759,8 @@ static void f_spellbadword(typval_T *argvars, typval_T *rettv, FunPtr fptr)
break;
}
str += len;
capcol -= len;
len = 0;
}
}
}