commit | 81f1ecbc4dc885a4757e5cc64002f4b22f397f18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 21:27:31 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 21:27:31 2005 +0000 |
tree | 5c4ba6bc66369c24dccdd0978afc4d8fcb64251a | |
parent | 955295684b1c9ba07cdd570eef8b16a60757f330 [diff] [blame] |
updated for version 7.0137
diff --git a/src/edit.c b/src/edit.c index b31177c..f399f30 100644 --- a/src/edit.c +++ b/src/edit.c
@@ -4810,7 +4810,7 @@ { pos_T tpos = curwin->w_cursor; - spell_bad_len = spell_move_to(BACKWARD, TRUE, TRUE); + spell_bad_len = spell_move_to(curwin, BACKWARD, TRUE, TRUE, NULL); if (curwin->w_cursor.col != tpos.col) start_arrow(&tpos); }