]> granicus.if.org Git - vim/commit
patch 9.0.0744: in script in autoload dir exported variable is not found v9.0.0744
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 16:47:42 +0000 (17:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 16:47:42 +0000 (17:47 +0100)
commit6c4d4a64449ea225b1a568f5517e309b2054b490
treefeb56a6031ecd131f8dd25e7a318ef89f701cc51
parent66b8d2a89efb6bd482e3160c7494e646e31aea27
patch 9.0.0744: in script in autoload dir exported variable is not found

Problem:    In script in autoload dir exported variable is not found. (Doug
            Kearns)
Solution:   Find the variable with the "script#" prefix. (closes #11361)
src/evalvars.c
src/testdir/test_vim9_import.vim
src/version.c