]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2573: Vim9: using inalid pointer for error message v8.2.2573
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Mar 2021 17:18:19 +0000 (18:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Mar 2021 17:18:19 +0000 (18:18 +0100)
commita974953443775dd938cf9a8c195e3de9e4514f4f
tree39de4e660e57e4872aadd93c78155139d4a83920
parent18062fcad648540369db5989aac297431119e037
patch 8.2.2573: Vim9: using inalid pointer for error message

Problem:    Vim9: using inalid pointer for error message.
Solution:   Use the right pointer. (closes #7921)
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c