diff src/spell.c @ 1504:1b55bbf5c580 v7.1.219

updated for version 7.1-219
author vimboss
date Sat, 12 Jan 2008 15:47:10 +0000
parents 36275e20d997
children cc4fe241baa3
line wrap: on
line diff
--- a/src/spell.c
+++ b/src/spell.c
@@ -2146,7 +2146,7 @@ spell_move_to(wp, dir, allwords, curline
 			{
 			    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;
 			}