]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1469: deferred functions not called from autocommands v9.0.1469
authorzeertzjq <zeertzjq@outlook.com>
Tue, 18 Apr 2023 20:52:54 +0000 (21:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Apr 2023 20:52:54 +0000 (21:52 +0100)
commit960cf9119e3f4922ca9719feb5e0c0bc5e3b9840
treea5ec9c284c59c4c57ddd784b051014c532c8bb5d
parenta1f2b5ddc63d4e2b6ab047d8c839dd8477b36aba
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)
src/testdir/test_user_func.vim
src/userfunc.c
src/version.c