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
indirect buffers are not updated unless it is visible in the current frame, even if it is visible in other frames. I'm pretty sure you can fix this by adding t or maybe 'visible to (window-list) in git-gutter:update-indirect-buffers so it checks all frames instead of just the active one.
edit: I did some testing and my proposed solution has no effect. I cant seem to find where the problem is located.
The text was updated successfully, but these errors were encountered:
indirect buffers are not updated unless it is visible in the current frame, even if it is visible in other frames. I'm pretty sure you can fix this by adding
t
or maybe'visible
to(window-list)
ingit-gutter:update-indirect-buffers
so it checks all frames instead of just the active one.edit: I did some testing and my proposed solution has no effect. I cant seem to find where the problem is located.
The text was updated successfully, but these errors were encountered: