]> granicus.if.org Git - vim/commit
patch 8.2.1500: Vim9: error when using address without a command v8.2.1500
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 21:04:06 +0000 (23:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 21:04:06 +0000 (23:04 +0200)
commit5d72ce69c8783fd8f1a0355c00806c5084010eec
tree557400c15d37c232cf6c4c8ff9be56775208df96
parentec65d77fa26cc87f7ce54a5a941a799e3a667c50
patch 8.2.1500: Vim9: error when using address without a command

Problem:    Vim9: error when using address without a command.
Solution:   Execute the range itself. (closes #6747)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c