mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
Remove unused function is_autocmd_blocked.
This commit is contained in:
@@ -7428,11 +7428,6 @@ void unblock_autocmds(void)
|
|||||||
apply_autocmds(EVENT_TERMRESPONSE, NULL, NULL, FALSE, curbuf);
|
apply_autocmds(EVENT_TERMRESPONSE, NULL, NULL, FALSE, curbuf);
|
||||||
}
|
}
|
||||||
|
|
||||||
int is_autocmd_blocked(void)
|
|
||||||
{
|
|
||||||
return autocmd_blocked != 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Find next autocommand pattern that matches.
|
* Find next autocommand pattern that matches.
|
||||||
*/
|
*/
|
||||||
|
@@ -73,7 +73,6 @@ int has_textchangedI(void);
|
|||||||
int has_insertcharpre(void);
|
int has_insertcharpre(void);
|
||||||
void block_autocmds(void);
|
void block_autocmds(void);
|
||||||
void unblock_autocmds(void);
|
void unblock_autocmds(void);
|
||||||
int is_autocmd_blocked(void);
|
|
||||||
char_u *getnextac(int c, void *cookie, int indent);
|
char_u *getnextac(int c, void *cookie, int indent);
|
||||||
int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
|
int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
|
||||||
char_u *get_augroup_name(expand_T *xp, int idx);
|
char_u *get_augroup_name(expand_T *xp, int idx);
|
||||||
|
Reference in New Issue
Block a user