git-gutter
git-gutter copied to clipboard
Emacs port of GitGutter which is Sublime Text Plugin
Set current buffer encoding to temporary buffer This is related to #176
Hello, thanks for the great project! However, there seems to be a bug when interacting with `Magit` and `Ediff`. If directly calling `magit-ediff-show-working-tree`, then `git-gutter` shows the gutter in `ediff-window-A`....
I'm not using (yet?) magit for committing, but rather commiting in a terminal outside of emacs. As a result, git-gutter still reflects the status of before the commit, does not...
If you don't activate git-gutter by calling `(global-git-gutter-mode)`, `git-gutter:hide-gutter` is not respected. This is because of the [implementation of `git-gutter:reset-window-margin-p`](https://github.com/syohex/emacs-git-gutter/blob/00c05264af046b5ce248e5b0bc42f117d9c27a09/git-gutter.el#L618), which explicitly ignores the variable if `global-git-gutter-mode` is not active....
I've noticed that my git-gutter annotations are disappearing from the margin upon save or switching buffers. I've tried debugging by commenting out portions of my .emacs file, but haven't been...
There is a noticeable performance penalty when using git-gutter in terminal mode and scrolling. The cursor keeps flashing in the top left side of the screen (in the margin at...
I have emacs 26.1 and just installed git-gutter to track my changes I made to the previous file. There is an incredibly weird error happening: Left to my Code (using...
When git-gutter is enabled , and you have a substantially large files (50k lines) , if you delete let's say `100` you notice a hiccup, if you delete 20k emacs...
This variable specifies functions called during redisplay when window buffers have changed. The value should be a list of functions that take one argument. Functions specified buffer-locally are called for...