vim/vim-7.4-nowarnings.patch

12 lines
385 B
Diff
Raw Normal View History

2019-01-22 16:28:16 +00:00
diff -up vim81/src/ex_docmd.c.backup vim81/src/ex_docmd.c
--- vim81/src/ex_docmd.c.backup 2019-01-22 17:35:28.701320672 +0100
+++ vim81/src/ex_docmd.c 2019-01-22 17:36:56.644540351 +0100
@@ -4793,6 +4793,7 @@ get_flags(exarg_T *eap)
2016-02-17 13:50:00 +00:00
void
ex_ni(exarg_T *eap)
{
+ return;
if (!eap->skip)
2019-01-22 16:28:16 +00:00
eap->errmsg = N_("E319: Sorry, the command is not available in this version");
2016-02-17 13:50:00 +00:00
}