]> granicus.if.org Git - vim/commit
patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging v8.2.4178
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Jan 2022 12:27:04 +0000 (12:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Jan 2022 12:27:04 +0000 (12:27 +0000)
commit0bfa84916d110d4f4d863e91e144ff05ba431316
treeccb6be1680b29acd15c50d9e371e2d3b8c52875c
parentb697dc295d0625bf2445649f03019f9b8fccc1a8
patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging

Problem:    Vim9: invalid error for return type of lambda when debugging.
Solution:   Do not check the return type of a lambda. (closes #9589)
src/version.c
src/vim9cmds.c