]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0700: segfault with QuitPre autocommand closes the window v8.0.0700
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jul 2017 12:44:50 +0000 (14:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jul 2017 12:44:50 +0000 (14:44 +0200)
commit0ea5070d79c8a13fb2403280a72f968495b0fab7
treeb75f6e705f210716e624e65bcdb07da869784d2b
parent710b4a16465fb38492801a0dccf2293397aadc6a
patch 8.0.0700: segfault with QuitPre autocommand closes the window

Problem:    Segfault with QuitPre autocommand closes the window. (Marek)
Solution:   Check that the window pointer is still valid. (Christian Brabandt,
            closes #1817)
src/ex_docmd.c
src/testdir/test_tabpage.vim
src/version.c