0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0100

This commit is contained in:
Bram Moolenaar
2005-07-02 23:21:11 +00:00
parent 0d9c26dd83
commit 51ac12f683
3 changed files with 13 additions and 12 deletions

View File

@@ -13463,7 +13463,7 @@ f_spellbadword(argvars, rettv)
/* Get the length of the word and copy it. */
ptr = ml_get_cursor();
len = spell_check(curwin, ptr, &attr);
len = spell_check(curwin, ptr, &attr, NULL);
rettv->vval.v_string = vim_strnsave(ptr, len);
#endif
}