1
0
forked from aniani/vim

patch 9.0.1469: deferred functions not called from autocommands

Problem:    Deferred functions not called from autocommands.
Solution:   Also go through the funccal_stack. (closes #12267)
This commit is contained in:
zeertzjq
2023-04-18 21:52:54 +01:00
committed by Bram Moolenaar
parent a1f2b5ddc6
commit 960cf9119e
3 changed files with 50 additions and 14 deletions

View File

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