]> granicus.if.org Git - vim/commit
patch 9.0.0259: crash with mouse click when not initialized v9.0.0259
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2022 18:27:45 +0000 (19:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Aug 2022 18:27:45 +0000 (19:27 +0100)
commit80525751c5ce9ed82c41d83faf9ef38667bf61b1
tree5d4d47c5f6cf6cadd6b156d1a50da854120a9a81
parentfd999452adaf529a30d78844b5fbee355943da29
patch 9.0.0259: crash with mouse click when not initialized

Problem:    Crash with mouse click when not initialized.
Solution:   Check TabPageIdxs[] is not NULL.
src/mouse.c
src/testdir/test_tabline.vim
src/version.c