mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
Problem: if on_lines is called before the LSP is initialized, the buffer
is detached.
Solution: check for uninitialized clients before detaching.
(cherry picked from commit 292365fa1b
)
Co-authored-by: Ilia Choly <ilia.choly@gmail.com>