updated for version 7.1-211
diff --git a/src/normal.c b/src/normal.c
index f2c0089..e310a37 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -4194,7 +4194,7 @@
     for (;;)
     {
 	t = searchit(curwin, curbuf, &curwin->w_cursor, FORWARD,
-				  pat, 1L, searchflags, RE_LAST, (linenr_T)0);
+			    pat, 1L, searchflags, RE_LAST, (linenr_T)0, NULL);
 	if (curwin->w_cursor.lnum >= old_pos.lnum)
 	    t = FAIL;	/* match after start is failure too */