mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00

Problem: Segfault with CompleteChanged autocommand
(markonm )
Solution: Test match->cp_prev for being NULL before accessing it
closes: vim/vim#13929
fef6630166
Co-authored-by: Christian Brabandt <cb@256bit.org>