]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1411: crash when calling non-existing function for tabpanel v9.1.1411
authorChristian Brabandt <cb@256bit.org>
Mon, 26 May 2025 17:51:03 +0000 (19:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 26 May 2025 17:51:03 +0000 (19:51 +0200)
commita88c5bdcce2a3b603018149f02af94e392d2924f
treee73f8835d45bb37248f4aa703524e85ae0a591a5
parent7c621052c3f180c1ef70fb7abfdad18245f47fcc
patch 9.1.1411: crash when calling non-existing function for tabpanel

Problem:  crash when calling non-existing function for tabpanel (Yamagi,
          after v9.1.1391)
Solution: check if there was an error and if there was, set tabpanel
          option to empty to prevent showing errors on every redraw

fixes: #17364
closes: #17375
closes: #17371

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tabpanel.c
src/testdir/test_tabpanel.vim
src/version.c