patch 8.2.4386: still cannot build tiny version
Problem: Still cannot build tiny version.
Solution: Adjust #ifdefs.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 2cd2ca3..f967e6e 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -3084,7 +3084,6 @@
return OK;
}
-#if defined(FEAT_EVAL) || defined(PROTO)
/*
* Return TRUE if "cmod" has anything set.
*/
@@ -3100,6 +3099,7 @@
|| cmod->cmod_filter_regmatch.regprog != NULL;
}
+#if defined(FEAT_EVAL) || defined(PROTO)
/*
* If Vim9 script and "cmdmod" has anything set give an error and return TRUE.
*/