lsp icon indicating copy to clipboard operation
lsp copied to clipboard

Please do not use `popup_clear()`

Open Bakudankun opened this issue 1 year ago • 1 comments

This plugin uses popup_clear() in hover.vim, but it is "Emergency solution to a misbehaving plugin" (:h popup_clear()) and it forcibly closes every popups including popups that other plugins make.

Please somehow remember the popupwin's ID and close with popup_close(). I think there is no problem in test scripts.

Bakudankun avatar Mar 17 '24 10:03 Bakudankun

Seems this is a regression introduced in #208

vimpostor avatar Mar 25 '24 20:03 vimpostor