0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0100

This commit is contained in:
Bram Moolenaar
2005-07-02 23:10:47 +00:00
parent 0f7d31ad83
commit f9184a1d31
3 changed files with 187 additions and 59 deletions

View File

@@ -4682,7 +4682,8 @@ dozet:
FIND_IDENT)) == 0)
return;
spell_add_word(ptr, len, nchar == 'w' || nchar == 'W',
nchar == 'G' || nchar == 'W');
(nchar == 'G' || nchar == 'W') ? 0
: (int)cap->count1);
}
break;