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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user