]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1470: deferred functions invoked in unexpected order v9.0.1470
authorzeertzjq <zeertzjq@outlook.com>
Wed, 19 Apr 2023 13:21:24 +0000 (14:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Apr 2023 13:21:24 +0000 (14:21 +0100)
commit1be4b81bfb3d7edf0e2ae41711d429e8fa5e0555
tree716eb27d91cb33a19ce16127f73cec3fdffd1e89
parent960cf9119e3f4922ca9719feb5e0c0bc5e3b9840
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)
src/testdir/test_user_func.vim
src/userfunc.c
src/version.c