commit | fef66301665027f1801a18d796f74584666f41ef | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Jan 29 21:46:58 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Jan 29 21:49:36 2024 +0100 |
tree | 5c60cc93730d095b5dd021fe4355a2a51a7b6b32 | |
parent | 6e0a18f82bd04a45e9682523c42af9cbbc37684c [diff] [blame] |
patch 9.1.0065: Segfault with CompleteChanged autocommand Problem: Segfault with CompleteChanged autocommand (markonm ) Solution: Test match->cp_prev for being NULL before accessing it closes: #13929 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index cf123b5..b361a9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 65, +/**/ 64, /**/ 63,