]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0065: Segfault with CompleteChanged autocommand v9.1.0065
authorChristian Brabandt <cb@256bit.org>
Mon, 29 Jan 2024 20:46:58 +0000 (21:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 29 Jan 2024 20:49:36 +0000 (21:49 +0100)
commitfef66301665027f1801a18d796f74584666f41ef
tree5c60cc93730d095b5dd021fe4355a2a51a7b6b32
parent6e0a18f82bd04a45e9682523c42af9cbbc37684c
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>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c