autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

Lock the diagnostics highlight matching logic so that no race conditions are introduced #1211

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR locks the diagnostics processing logic that sets up the highlighting so that other publishDiagnostics notifications do not end up causing race conditions.

Fixes #1210