]> granicus.if.org Git - vim/commit
patch 9.0.0990: callback name argument is changed by setqflist() v9.0.0990
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 15:58:38 +0000 (15:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 15:58:38 +0000 (15:58 +0000)
commitc96b7f5d2af241c5eb1589e9da3dc09e45355e65
treeef26f1475c713f971de88df0f7eec925c5822aca
parent9c8d12c8115640927823919001a03c79d4118063
patch 9.0.0990: callback name argument is changed by setqflist()

Problem:    Callback name argument is changed by setqflist().
Solution:   Use the expanded function name for the callback, do not store it
            in the argument. (closes #11653)
src/change.c
src/evalvars.c
src/job.c
src/option.c
src/popupwin.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/time.c
src/version.c