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
fix(git_status): correctly count result on_complete
The previous implementation of `self.manager:num_results()` could return
0 despite having results due to suspected async/event loop issues
(nvim-telescope#3316). This change counts valid entries manually to ensure accurate
result count.
0 commit comments