mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-08 23:27:29 +00:00
* fix(which_key): close window on mouse click action
`nvim_buf_delete` is not allowed during text change or window change.
Window switching with left mouse click was leading to race
condition/error.
* [docgen] Update doc/telescope.txt
skip-checks: true
---------
Co-authored-by: Github Actions <actions@github>
(cherry picked from commit d00d9df48c)