diff src/edit.c @ 499:08012a1ff8d4 v7.0137

updated for version 7.0137
author vimboss
date Thu, 25 Aug 2005 21:27:31 +0000
parents 73f10d8124f4
children 52e76e2b5b65
line wrap: on
line diff
--- a/src/edit.c
+++ b/src/edit.c
@@ -4810,7 +4810,7 @@ spell_back_to_badword()
 {
     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);
 }