]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4358: Vim9: line number of exception is not set v8.2.4358
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2022 14:23:17 +0000 (14:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2022 14:23:17 +0000 (14:23 +0000)
commit90a57168a42048eb7e176a4f9acf607c31e8074f
tree1997add63d75232b28f2329994aef53a4eabf0a7
parent2a9b62dfa2fb91a6ede9cb4d146ca47a1db31254
patch 8.2.4358: Vim9: line number of exception is not set

Problem:    Vim9: line number of exception is not set.
Solution:   Set the line number before throwing an exception. (closes #9755)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c