commit | 960cf9119e3f4922ca9719feb5e0c0bc5e3b9840 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 18 21:52:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 21:52:54 2023 +0100 |
tree | a5ec9c284c59c4c57ddd784b051014c532c8bb5d | |
parent | a1f2b5ddc63d4e2b6ab047d8c839dd8477b36aba [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6ff6bf6..95cff8e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1469, +/**/ 1468, /**/ 1467,