1
0
forked from aniani/vim

patch 9.0.1470: deferred functions invoked in unexpected order

Problem:    Deferred functions invoked in unexpected order when using :qa and
            autocommands.
Solution:   Call deferred functions for the current funccal before using the
            stack. (closes #12278)
This commit is contained in:
zeertzjq
2023-04-19 14:21:24 +01:00
committed by Bram Moolenaar
parent 960cf9119e
commit 1be4b81bfb
3 changed files with 33 additions and 15 deletions

View File

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