arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

Race condition and crash involving deleted buffers #63

Open duganchen opened 5 years ago

duganchen commented 5 years ago

Chromatica is vulnerable to a race condition where it tries to access buffers that other plugins have deleted. Details (and recommendations on how to fix it) are here:

https://github.com/neovim/neovim/issues/9399#issuecomment-450210368