commit | f9184a1d3151b5b727fec86c2ac0946c9c68df4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 23:10:47 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 23:10:47 2005 +0000 |
tree | bcc2e9e43b74158ee7e0664371ccff058b52fae2 | |
parent | 0f7d31ad83fd2088d0411c83a7819a3ce364bdf5 [diff] [blame] |
updated for version 7.0100
diff --git a/src/normal.c b/src/normal.c index 05dd1b2..8e94642 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -4682,7 +4682,8 @@ 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;