]> granicus.if.org Git - vim/commit
patch 8.2.2137: Vim9: :echo and :execute give error for empty argument v8.2.2137
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Dec 2020 13:19:25 +0000 (14:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Dec 2020 13:19:25 +0000 (14:19 +0100)
commite4984290870565a2413cca660b0131f4702b7665
tree95b86de5dde70b6deb4990d6aa71c6b924050f8c
parentc530852315517a44354edbbd6c3375355bbec37e
patch 8.2.2137: Vim9: :echo and :execute give error for empty argument

Problem:    Vim9: :echo and :execute give error for empty argument.
Solution:   Ignore an empty argument. (closes #7468)
src/errors.h
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c