0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.1.1873: cannot build tiny version

Problem:    Cannot build tiny version.
Solution:   Remove #ifdef for is_autocmd_blocked().
This commit is contained in:
Bram Moolenaar
2019-08-17 17:50:07 +02:00
parent c7226684c8
commit df70775555
2 changed files with 2 additions and 3 deletions

View File

@@ -2241,14 +2241,11 @@ unblock_autocmds(void)
# endif
}
#if defined(FEAT_EVAL) && (defined(FEAT_XIM) || defined(IME_WITHOUT_XIM)) \
|| defined(PROTO)
int
is_autocmd_blocked(void)
{
return autocmd_blocked != 0;
}
#endif
/*
* Find next autocommand pattern that matches.

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1873,
/**/
1872,
/**/