0
0
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:
Bram Moolenaar
2008-01-12 15:47:10 +00:00
parent 81993f4744
commit 56cefaf15a
8 changed files with 31 additions and 23 deletions

View File

@@ -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;
}