mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
patch 8.1.1805: au_did_filetype is declared twice
Problem: Au_did_filetype is declared twice. Solution: Remove it from autocmd.c. (closes #4767)
This commit is contained in:
@@ -239,16 +239,6 @@ static garray_T augroups = {0, 0, sizeof(char_u *), 10, NULL};
|
||||
/* use get_deleted_augroup() to get this */
|
||||
static char_u *deleted_augroup = NULL;
|
||||
|
||||
/*
|
||||
* Set by the apply_autocmds_group function if the given event is equal to
|
||||
* EVENT_FILETYPE. Used by the readfile function in order to determine if
|
||||
* EVENT_BUFREADPOST triggered the EVENT_FILETYPE.
|
||||
*
|
||||
* Relying on this value requires one to reset it prior calling
|
||||
* apply_autocmds_group.
|
||||
*/
|
||||
int au_did_filetype INIT(= FALSE);
|
||||
|
||||
/*
|
||||
* The ID of the current group. Group 0 is the default one.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user