diff src/screen.c @ 319:0ee579e01743

updated for version 7.0083
author vimboss
date Wed, 08 Jun 2005 22:03:13 +0000
parents 6a21eb563c34
children 2d8c2622e1fa
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -3584,9 +3584,9 @@ win_line(wp, lnum, startrow, endrow)
 		}
 
 		/* Check spelling (unless at the end of the line).
-		 * Only do this when there is no syntax highlighting, there is
-		 * on @Spell cluster or the current syntax item contains the
-		 * @Spell cluster. */
+		 * Only do this when there is no syntax highlighting, the
+		 * @Spell cluster is not used or the current syntax item
+		 * contains the @Spell cluster. */
 		if (has_spell && v >= word_end)
 		{
 		    spell_attr = 0;