You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The current implementation of `s:WinDo()` fails at avoiding some side
effects. Specifically, `:windo` and `:wincmd w` trigger `CursorMoved`
even if `noautocmd` is used (both in Vim and Nvim ≥ 0.10). So use
`win_execute()` if it's available.
* With `win_execute()`, setting fdm itself doesn't seem to trigger
recomputation of fold. Querying the foldlevel seems to be sufficient
for triggerring fold recomputation.
0 commit comments