]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1828: local variables shadowed by import names v9.1.1828
authorthinca <thinca@gmail.com>
Sun, 5 Oct 2025 13:27:26 +0000 (13:27 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 5 Oct 2025 13:27:26 +0000 (13:27 +0000)
commit68585877610ac46ac27a911165d0ecb4fe181a04
tree4664bc5a509bbb4a17fd83f828df0e87ab237509
parentf3d0d089074c4517b26ea3d2253eaae36c6212eb
patch 9.1.1828: local variables shadowed by import names

Problem:  local variables shadowed by import names
Solution: Check if a local variable exists before handling imports
          (thinca)

closes: #18480

Signed-off-by: thinca <thinca@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/testdir/test_vim9_import.vim
src/version.c