commit | 955295684b1c9ba07cdd570eef8b16a60757f330 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 21:21:38 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 21:21:38 2005 +0000 |
tree | c58d2b71d8360e7608f5156b7564c2623089609c | |
parent | 6e7c7f3a19341d51dc32d98dd434173688ddd5f4 [diff] [blame] |
updated for version 7.0137
diff --git a/src/normal.c b/src/normal.c index da95c9e..ebf4008 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -6095,8 +6095,8 @@ { 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;