From: Bram Moolenaar Date: Sat, 17 Aug 2019 15:50:07 +0000 (+0200) Subject: patch 8.1.1873: cannot build tiny version X-Git-Tag: v8.1.1873 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df707755554ecc102a908e8d5b64f2903f4f3686;p=vim patch 8.1.1873: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for is_autocmd_blocked(). --- diff --git a/src/autocmd.c b/src/autocmd.c index 19b5deb71..7af5f56ff 100644 --- a/src/autocmd.c +++ b/src/autocmd.c @@ -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. diff --git a/src/version.c b/src/version.c index 5d7da51ba..081e84ac7 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1873, /**/ 1872, /**/