]> granicus.if.org Git - vim/commitdiff
patch 8.2.4386: still cannot build tiny version v8.2.4386
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:51:46 +0000 (21:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Feb 2022 21:51:46 +0000 (21:51 +0000)
Problem:    Still cannot build tiny version.
Solution:   Adjust #ifdefs.

src/ex_docmd.c
src/version.c

index 2cd2ca3509d33eb0dc25b1621c47dd4e7bfe39cf..f967e6e336ddefc7a8c428a46af43094d9c35fb9 100644 (file)
@@ -3084,7 +3084,6 @@ parse_command_modifiers(
     return OK;
 }
 
-#if defined(FEAT_EVAL) || defined(PROTO)
 /*
  * Return TRUE if "cmod" has anything set.
  */
@@ -3100,6 +3099,7 @@ has_cmdmod(cmdmod_T *cmod, int ignore_silent)
            || 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.
  */
index 3d56cf4f44bbaf3405d33adca807e4e481b1c2e1..6a4a577294fdd2af615a4a45eedb06fe1a9226b2 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4386,
 /**/
     4385,
 /**/