]> granicus.if.org Git - vim/commit
patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator v8.2.3263
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 20:51:10 +0000 (22:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Jul 2021 20:51:10 +0000 (22:51 +0200)
commitf5d52c90e0f2f51622a911b646024b2ad1225ed4
tree8d58b16c1b184809e49d002d5279e59ee6bcebd7
parent9e0ee590197d74f94b7127bf0e033e4f83cf3762
patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator

Problem:    Vim9: "..=" does not accept same types as the ".." operator.
Solution:   Convert value to string like ".." does. (issue #8664)
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9compile.c