0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0137

This commit is contained in:
Bram Moolenaar
2005-08-25 21:21:38 +00:00
parent 6e7c7f3a19
commit 955295684b
9 changed files with 243 additions and 100 deletions

View File

@@ -6095,8 +6095,8 @@ nv_brackets(cap)
{
setpcmark();
for (n = 0; n < cap->count1; ++n)
if (spell_move_to(cap->cmdchar == ']' ? FORWARD : BACKWARD,
cap->nchar == 's' ? TRUE : FALSE, FALSE) == 0)
if (spell_move_to(curwin, cap->cmdchar == ']' ? FORWARD : BACKWARD,
cap->nchar == 's' ? TRUE : FALSE, FALSE, NULL) == 0)
{
clearopbeep(cap->oap);
break;