]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3203: Vim9: compiled string expression causes type error v8.2.3203
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jul 2021 17:11:08 +0000 (19:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jul 2021 17:11:08 +0000 (19:11 +0200)
commitcd268017cf79a546a494883b4b026a3cbbd9a8a0
tree0bdf8392638ffbf37617bbb0623fa452f323bc2a
parent5dd839ce20466eea52e59ecf86456f1ab370d2bd
patch 8.2.3203: Vim9: compiled string expression causes type error

Problem:    Vim9: compiled string expression causes type error. (Yegappan
            Lakshmanan)
Solution:   Remove the string type from the stack.
src/evalfunc.c
src/version.c
src/vim9compile.c