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
If live gutter is turned on (git-gutter:update-interval is non-nil), git-gutter will run diff after every keystroke, no matter whether it actually modified the buffer or not. Just moving the cursor causes a diff call. I believe #204 introduced this behavior.