]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0360: Vim9: does not handle autoloaded variables well v9.1.0360
authorErnie Rael <errael@raelity.com>
Sun, 21 Apr 2024 12:45:48 +0000 (14:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Apr 2024 12:45:48 +0000 (14:45 +0200)
commit84f6dc7ed29d52b1034bfb27bdcd3154a01ee2b1
tree4f67c1ed39bcb9db0a66ab9ea12d8ba90cc3a3c7
parent158673680f5ad87591d05dfa7f6a3c0b0eb7061c
patch 9.1.0360: Vim9: does not handle autoloaded variables well

Problem:  Vim9: does not handle autoloaded variables well
Solution: Better handle script-level exported variable references from
          autoload files (Ernie Rael).

fixes: #14591
closes: #14607

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalvars.c
src/proto/evalvars.pro
src/testdir/test_vim9_import.vim
src/version.c