]> git.ipfire.org Git - thirdparty/vim.git/commit
Problem: crash with WinNewPre autocommand v9.1.0671
authorChristian Brabandt <cb@256bit.org>
Sun, 11 Aug 2024 18:09:17 +0000 (20:09 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 11 Aug 2024 18:09:17 +0000 (20:09 +0200)
commitfb3f9699362f8d51c3b48fcaea1eb2ed16c81454
treefd915cb29431b76767b109e45909c103063f3583
parente20aeb875c5da145922696823d893de5f61807ae
Problem:  crash with WinNewPre autocommand

Problem:  crash with WinNewPre autocommand, because window
          structures are not yet safe to use
Solution: Don't trigger WinNewPre on :tabnew

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt
src/testdir/crash/nullpointer [new file with mode: 0644]
src/testdir/test_autocmd.vim
src/testdir/test_crash.vim
src/version.c
src/window.c