updated for version 7.1-236
diff --git a/src/spell.c b/src/spell.c
index 8e9c6cb..f45be18 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -10343,7 +10343,7 @@
     curwin->w_cursor.lnum = 0;
     while (!got_int)
     {
-	if (do_search(NULL, '/', frompat, 1L, SEARCH_KEEP) == 0
+	if (do_search(NULL, '/', frompat, 1L, SEARCH_KEEP, NULL) == 0
 						   || u_save_cursor() == FAIL)
 	    break;