85b8496
--- vim71/src/ex_docmd.c.nowarnings	2007-06-04 14:43:26.000000000 +0200
85b8496
+++ vim71/src/ex_docmd.c	2007-06-04 14:43:43.000000000 +0200
85b8496
@@ -3993,6 +3993,7 @@ get_flags(eap)
85b8496
 ex_ni(eap)
85b8496
     exarg_T	*eap;
85b8496
 {
85b8496
+    return;
85b8496
     if (!eap->skip)
85b8496
 	eap->errmsg = (char_u *)N_("E319: Sorry, the command is not available in this version");
85b8496
 }