Fold opening/closing not registering as cursor movement
Opened this issue · 4 comments
sphamba commented
The problem with opening and closing folds is that it seems that doing so does not trigger events that could be listened
bew commented
Might be related: zz
, zt
, zb
(to move the viewport) don't register as cursor movements
sphamba commented
Might be related:
zz
,zt
,zb
(to move the viewport) don't register as cursor movements
Ah crap. Those trigger the WinScrolled
event, but since the smear is now showing relative to the buffer when scrolling, it does not show anymore with z*
movements, since the cursor is staying at the same buffer location...
I'm not sure how I should tackle this 😅