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

updated for version 7.0084

This commit is contained in:
Bram Moolenaar
2005-06-13 22:28:56 +00:00
parent bac97eb8ae
commit 9ba0eb850c
41 changed files with 3431 additions and 691 deletions

View File

@@ -4685,6 +4685,11 @@ dozet:
spell_add_word(ptr, len, nchar == 'w');
}
break;
case '?': /* "z?": suggestions for a badly spelled word */
if (!checkclearopq(cap->oap))
spell_suggest();
break;
#endif
default: clearopbeep(cap->oap);
@@ -6106,7 +6111,7 @@ nv_brackets(cap)
setpcmark();
for (n = 0; n < cap->count1; ++n)
if (spell_move_to(cap->cmdchar == ']' ? FORWARD : BACKWARD,
cap->nchar == 's' ? TRUE : FALSE) == FAIL)
cap->nchar == 's' ? TRUE : FALSE, FALSE) == FAIL)
{
clearopbeep(cap->oap);
break;