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:
@@ -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.
|
||||
*/
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4386,
|
||||
/**/
|
||||
4385,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user