forked from aniani/vim
patch 8.2.4791: events triggered in different order when reusing buffer
Problem: Autocmd events triggered in different order when reusing an empty buffer. Solution: Call buff_freeall() earlier. (Charlie Groves, closes #10198)
This commit is contained in:
committed by
Bram Moolenaar
parent
c448e9c950
commit
fef4485ef5
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4791,
|
||||
/**/
|
||||
4790,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user