dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
517 stars 9 forks source link

Hover highlighting not retained when clicking scrollbar or signs #100

Closed dstein64 closed 1 year ago

dstein64 commented 1 year ago

When clicking signs or dragging scrollbars, the hover highlighting is not retained (except if the scrollbars/signs are for the topleft window).

Hover highlighting requires that mousemoveevent is set.

This might relate to Neovim #24078, but occurs even when redrawstatus! is not called.

https://github.com/dstein64/nvim-scrollview/assets/541289/bccbf96f-68af-4ac0-ba32-7af664934891

dstein64 commented 1 year ago

Fixed in 8a04e2043f1d2582a5de1a7d97ff53e9e87c9d5f.