]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0137: crash when using win_execute() from a new tab v8.2.0137
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:44:31 +0000 (21:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Jan 2020 20:44:31 +0000 (21:44 +0100)
commita44b3eeafa57d4904a3de86b132008b93404f0fd
treeef84c42aa99e477e677eec09ec9d41086650736d
parented5adff1e6da412732514d82363005f85fe22e04
patch 8.2.0137: crash when using win_execute() from a new tab

Problem:    Crash when using win_execute() from a new tab.
Solution:   Set the tp_*win pointers. (Ozaki Kiichi, closes #5512)
src/testdir/test_winbuf_close.vim
src/version.c
src/window.c