updated for version 7.1-236
diff --git a/src/normal.c b/src/normal.c
index d5e8ead..eda2ad3 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -6093,7 +6093,7 @@
     curwin->w_set_curswant = TRUE;
 
     i = do_search(cap->oap, dir, pat, cap->count1,
-				 opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG);
+			   opt | SEARCH_OPT | SEARCH_ECHO | SEARCH_MSG, NULL);
     if (i == 0)
 	clearop(cap->oap);
     else