1
0
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:
Charlie Groves
2022-04-19 16:24:12 +01:00
committed by Bram Moolenaar
parent c448e9c950
commit fef4485ef5
3 changed files with 26 additions and 20 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4791,
/**/
4790,
/**/