fd72ce1
diff -up vim82/src/ex_docmd.c.nowarnings vim82/src/ex_docmd.c
fd72ce1
--- vim82/src/ex_docmd.c.nowarnings	2020-07-28 11:42:07.437603829 +0200
fd72ce1
+++ vim82/src/ex_docmd.c	2020-07-28 11:44:25.432201129 +0200
fd72ce1
@@ -4020,6 +4020,7 @@ get_flags(exarg_T *eap)
28031e2
     void
28031e2
 ex_ni(exarg_T *eap)
cvsdist 840bb7d
 {
cvsdist 840bb7d
+    return;
cvsdist 840bb7d
     if (!eap->skip)
fd72ce1
 	eap->errmsg =
fd72ce1
 		_("E319: Sorry, the command is not available in this version");