Blame SOURCES/vim-7.1-nowarnings.patch

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