]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3656: Vim9: no error for an evironment variable by itself v8.2.3656
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Nov 2021 14:52:06 +0000 (14:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Nov 2021 14:52:06 +0000 (14:52 +0000)
commit65259b5c6a8ad4edaf6eeb8dbb7b50342c64d403
tree3292326c6148c61257464f291f5ee5a1b9e2432d
parentcc9d725bbb515baf172c2be21de12d35a961e4ee
patch 8.2.3656: Vim9: no error for an evironment variable by itself

Problem:    Vim9: no error for an evironment variable by itself.
Solution:   Give a "without effect" error. (closes #9166)
src/ex_eval.c
src/testdir/test_vim9_cmd.vim
src/version.c