]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1593: Confusing error when compiling incomplete try block v9.1.1593
authorHirohito Higashi <h.east.727@gmail.com>
Tue, 5 Aug 2025 18:03:36 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Aug 2025 18:03:36 +0000 (20:03 +0200)
commit27b61f20b7ec7ae4eeb6e23e0dee4039370e2484
treeb8959340d709ddf6a7704360607e822e68ecc03a
parentbecf1844e03462b2c997689caafc77bc9c812252
patch 9.1.1593: Confusing error when compiling incomplete try block

Problem:  Confusing error when compiling incomplete try block
          (lacygoill)
Solution: Give better error messages (Hirohito Higashi)

fixes: #17833
closes: #17853

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c