mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
updated for version 7.1-219
This commit is contained in:
@@ -2146,7 +2146,7 @@ spell_move_to(wp, dir, allwords, curline, attrp)
|
||||
{
|
||||
col = (int)(p - buf);
|
||||
(void)syn_get_id(wp, lnum, (colnr_T)col,
|
||||
FALSE, &can_spell);
|
||||
FALSE, &can_spell, FALSE);
|
||||
if (!can_spell)
|
||||
attr = HLF_COUNT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user