updated for version 7.3.618
Problem:    Still doesn't compile with small features.
Solution:   Move current_search() out of #ifdef. (Dominique Pelle)
diff --git a/src/normal.c b/src/normal.c
index 100aadc..f61052b 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -7995,6 +7995,7 @@
 	cap->arg = TRUE;
 	nv_visual(cap);
 	break;
+#endif /* FEAT_VISUAL */
 
     /* "gn", "gN" visually select next/previous search match
      * "gn" selects next match
@@ -8006,9 +8007,7 @@
 	if (!current_search(cap->count1, cap->nchar == 'n'))
 #endif
 	    beep_flush();
-
 	break;
-#endif /* FEAT_VISUAL */
 
     /*
      * "gj" and "gk" two new funny movement keys -- up and down