mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10: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>