mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -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:
@@ -2241,14 +2241,11 @@ unblock_autocmds(void)
|
|||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_EVAL) && (defined(FEAT_XIM) || defined(IME_WITHOUT_XIM)) \
|
|
||||||
|| defined(PROTO)
|
|
||||||
int
|
int
|
||||||
is_autocmd_blocked(void)
|
is_autocmd_blocked(void)
|
||||||
{
|
{
|
||||||
return autocmd_blocked != 0;
|
return autocmd_blocked != 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Find next autocommand pattern that matches.
|
* Find next autocommand pattern that matches.
|
||||||
|
@@ -769,6 +769,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1873,
|
||||||
/**/
|
/**/
|
||||||
1872,
|
1872,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user