summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 2cd2ca350..f967e6e33 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -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.
*/
diff --git a/src/version.c b/src/version.c
index 3d56cf4f4..6a4a57729 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4386,
+/**/
4385,
/**/
4384,