0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.0083

This commit is contained in:
Bram Moolenaar
2005-06-08 22:03:13 +00:00
parent c669e66fb6
commit f3681cc330
4 changed files with 15 additions and 7 deletions

View File

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