1
0
forked from aniani/vim

patch 9.0.1468: recursively calling :defer function if it does :qa

Problem:    Recursively calling :defer function if it does :qa in a compiled
            function.
Solution:   Clear the defer entry before calling the function. (closes #12271)
This commit is contained in:
zeertzjq
2023-04-18 21:04:53 +01:00
committed by Bram Moolenaar
parent 142ffb024d
commit a1f2b5ddc6
3 changed files with 51 additions and 15 deletions

View File

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