patch 8.2.4128: crash when method cannot be found v8.2.4128
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 10:37:29 +0000 (10:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 10:37:29 +0000 (10:37 +0000)
commit64283d5e1f5487e2dbaa17d478e6eae040daa064
tree16ed445ad7f02151bf9b6bc19e64c7434169d511
parent78f60322f70ab91a32e572fbf3d97c792acbc83a
patch 8.2.4128: crash when method cannot be found

Problem:    Crash when method cannot be found. (Christian J. Robinson)
Solution:   Don't mix up pointer names.
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c