]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1462: recursively calling :defer function if it does :qa v9.0.1462
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Apr 2023 18:23:45 +0000 (19:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Apr 2023 18:23:45 +0000 (19:23 +0100)
commit42994bf678f46dc9ca66e49f512261da8864fff6
tree3daa7460a610b439456f8bfabcd72b6b88efe8db
parentfc8a601c3251c0388a88c1235b18c529385f7196
patch 9.0.1462: recursively calling :defer function if it does :qa

Problem:    Recursively calling :defer function if it does :qa.
Solution:   Clear the defer entry before calling the function. (closes #12266)
src/testdir/test_user_func.vim
src/userfunc.c
src/version.c