]> granicus.if.org Git - vim/commit
patch 8.2.2565: Vim9: "..=" not always recognized v8.2.2565
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Mar 2021 16:58:16 +0000 (17:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Mar 2021 16:58:16 +0000 (17:58 +0100)
commitf76ec1eeb5bba9457bf2b5564364ee90662a0156
tree90e387d2ce392fe09dabf3e9daf1e9b407625340
parent51b477f74f0de11f6f92a65590f358e04a60a099
patch 8.2.2565: Vim9: "..=" not always recognized

Problem:    Vim9: "..=" not always recognized.
Solution:   Do not consider "..=" to be string concatenation. (closes #7905)
src/eval.c
src/testdir/test_vim9_assign.vim
src/version.c