]> granicus.if.org Git - vim/commit
patch 8.2.2377: Vim9: crash when using a range after another expression v8.2.2377
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2021 21:48:09 +0000 (22:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jan 2021 21:48:09 +0000 (22:48 +0100)
commita28639e71198238d5c09c43445dc448d7f3fb29b
tree233e8272e3f7978756a45e4ad15e504cccaf151f
parente64f83cc6aba05baa61ba4a4cb8d4447b8091e5b
patch 8.2.2377: Vim9: crash when using a range after another expression

Problem:    Vim9: crash when using a range after another expression.
Solution:   Set the variable type to number. Fix using :put with a range and
            the "=" register. (closes #7706)
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9execute.c