ITADN

If live gutter is turned on, it will run "diff" after every command

#223Opengeza-herman 创建于 2023-02-01
G
geza-hermancommented
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 https://github.com/emacsorphanage/git-gutter/issues/203 introduced this behavior.
0 条评论