]> granicus.if.org Git - vim/commit
patch 8.2.3179: Vim9: cannot assign to an imported variable at script level v8.2.3179
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 18:40:33 +0000 (20:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 18:40:33 +0000 (20:40 +0200)
commit24e9316560bd5c9ea2e5a963335aedff025e7f66
tree6dfc77fa4bd70cea03de9c8eedab7f0899707af9
parent4db572eeb2b42819268e934e76c67163316d873f
patch 8.2.3179: Vim9: cannot assign to an imported variable at script level

Problem:    Vim9: cannot assign to an imported variable at script level.
Solution:   Lookup imported items when assigning.
src/errors.h
src/eval.c
src/evalvars.c
src/testdir/test_vim9_script.vim
src/version.c