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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user