Blame SOURCES/vim-7.4-nowarnings.patch

6646c7
diff -up vim74/src/ex_docmd.c.e319 vim74/src/ex_docmd.c
6646c7
--- vim74/src/ex_docmd.c.e319	2016-02-17 14:48:23.033995923 +0100
6646c7
+++ vim74/src/ex_docmd.c	2016-02-17 14:48:03.712890575 +0100
6646c7
@@ -4630,6 +4630,7 @@ get_flags(exarg_T *eap)
6646c7
     void
6646c7
 ex_ni(exarg_T *eap)
6646c7
 {
6646c7
+    return;
6646c7
     if (!eap->skip)
6646c7
 	eap->errmsg = (char_u *)N_("E319: Sorry, the command is not available in this version");
6646c7
 }