git-gutter-plus icon indicating copy to clipboard operation
git-gutter-plus copied to clipboard

Results 18 git-gutter-plus issues
Sort by recently updated
recently updated
newest added

Inspired by [this blogpost](http://blog.binchen.org/posts/enhance-emacs-git-gutter-with-ivy-mode.html), a while ago I wrote a command which used git-gutter-plus to displaye a list of hunks in completing-read, and jump point to the one selected. I...

It would be really useful (for me at least), to be able to see in a dired buffer which files are un/tracked, which are modified, etc, just like hunks in...

The data structure of the return value of `tramp-dissect-file-name` was changed from a vector to a cl-structure class, and the implementation in git-gutter-plus assumes it to be a vector. This...

When opening a version controlled file via tramp, the following error is occurs and the buffer fails to focus, however the file is still opened: `git-gutter+-refresh: Wrong type argument: arrayp,...

When I commit changes outside of git-gutter+, it doesn't know about them. I could make a change and save the buffer to get a refresh, but it would be nicer...

Apart from the spelling error in "callling", this seems to break everything. package version: magit-20180409.1612

... but now it returns an object of type `tramp-file-name', which is a `cl-structure-class'.

I'd love if it could update as I type, without needing to save the buffer like diff-hl can do using its flydiff mode. Currently, neither package have all the features...

I have only a simple git-gutter-plus configuration: (use-package git-gutter+ :if (executable-find "git") :init (global-git-gutter+-mode)) It worked fine. Since a week or so I will get on each start the following...