updated for version 7.0136

This commit is contained in:
Bram Moolenaar
2005-08-24 22:08:48 +00:00
parent a2036d2b48
commit 6de6853ce3
2 changed files with 568 additions and 221 deletions

View File

@@ -6096,7 +6096,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, FALSE) == FAIL)
cap->nchar == 's' ? TRUE : FALSE, FALSE) == 0)
{
clearopbeep(cap->oap);
break;

File diff suppressed because it is too large Load Diff