patch 9.0.0822: crash when dragging the statusline with a mapping v9.0.0822
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Oct 2022 13:06:26 +0000 (13:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Oct 2022 13:06:26 +0000 (13:06 +0000)
commit8ab9ca93eea32b318235384720200771863ecaee
tree78a5fbdd321361af03a3e2c819e7bd9aeec73159
parent86e6717ace4f5e00eaeb84b59e3fc92bca548155
patch 9.0.0822: crash when dragging the statusline with a mapping

Problem:    Crash when dragging the statusline with a mapping.
Solution:   Check for valid window pointer. (issue #11427)
src/mouse.c
src/proto/mouse.pro
src/testdir/test_mapping.vim
src/version.c
src/window.c