mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
The current implementation has a race condition where items are appended to the completion list twice when a second completion runs while the first is still going. This hotfix just deduplicates the entire list. Co-authored-by: Tomasz N <przepompownia@users.noreply.github.com>