]> granicus.if.org Git - vim/commit
patch 8.2.4429: using script-local function from the wrong script v8.2.4429
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Feb 2022 13:13:50 +0000 (13:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Feb 2022 13:13:50 +0000 (13:13 +0000)
commitc2f17f7e64bb1bf872dbc6f3b8f0d8751e275287
tree229b6c9923d3eb383f9dbd254104a661c348b42d
parent0f6e28f686dbb59ab3b562408ab9b2234797b9b1
patch 8.2.4429: using script-local function from the wrong script

Problem:    Using script-local function from the wrong script when using a
            partial. (Yegappan Lakshmanan)
Solution:   Include the script ID in the partial name.
src/evalfunc.c
src/proto/userfunc.pro
src/testdir/test_vim9_import.vim
src/userfunc.c
src/version.c
src/vim9type.c