]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1558: wrong error for unreachable code after :throw v9.0.1558
authorBram Moolenaar <Bram@vim.org>
Sun, 14 May 2023 21:05:15 +0000 (22:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 May 2023 21:05:15 +0000 (22:05 +0100)
commita2c0028fdf8dcf0408e27be730ac0e691ef9559b
tree46f3b527e0d22d73b68685f4499654f9d5205018
parent9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2
patch 9.0.1558: wrong error for unreachable code after :throw

Problem:    Wrong error for unreachable code after :throw.
Solution:   Adjust the error message.
src/errors.h
src/testdir/test_vim9_script.vim
src/version.c
src/vim9.h
src/vim9compile.c