commit | 56cefaf15ad4bc7bc32b544dfcfd14f712482a3b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 15:47:10 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 15:47:10 2008 +0000 |
tree | 3a1f9dadbf832f0483beab42cf02a44b082c570f | |
parent | 81993f4744fabced02e4967196a8925366e0d405 [diff] [blame] |
updated for version 7.1-219
diff --git a/src/spell.c b/src/spell.c index ce887f7..8e9c6cb 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -2146,7 +2146,7 @@ { 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; }