0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4386: still cannot build tiny version

Problem:    Still cannot build tiny version.
Solution:   Adjust #ifdefs.
This commit is contained in:
Bram Moolenaar
2022-02-14 21:51:46 +00:00
parent b5d2039e00
commit 8991be2ab4
2 changed files with 3 additions and 1 deletions

View 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.
*/