commit | fb3f9699362f8d51c3b48fcaea1eb2ed16c81454 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Aug 11 20:09:17 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 11 20:09:17 2024 +0200 |
tree | fd915cb29431b76767b109e45909c103063f3583 | |
parent | e20aeb875c5da145922696823d893de5f61807ae [diff] [blame] |
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>
diff --git a/src/version.c b/src/version.c index 0365833..ef1ffb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 671, +/**/ 670, /**/ 669,