vim-signify icon indicating copy to clipboard operation
vim-signify copied to clipboard

:heavy_plus_sign: Show a diff using Vim its sign column.

Results 16 vim-signify issues
Sort by recently updated
recently updated
newest added

There is no such config key as `aliases` for mercurial (hg). `config.alias` should be used instead. For reference see https://www.mercurial-scm.org/doc/hgrc.5.html#alias.

## Description Sometimes when I try to use `gd` to open a floating window for hunk diff in neovim, the following error occurs: ``` Error detected while processing function 66_callback_nvim_exit[1]..66_handle_diff[32]..66...

https://github.com/mhinz/vim-signify/blob/master/autoload/sy/fold.vim#L64 I guess for already folded scenarios `zv` makes sense, but if you don't fold anything `zR` backs to the previous view. Is it possible to remember the previous foldlevel...

I am switching from `vim-gitgutter` to this new plugin, it is fast! Thanks. But I am relying on following function to remove the trailing white spaces on the new added...

patch originally authored by @algmyr while the default diff does work, the 'working-copy-as-a-commit' semantics of jj mean that it may be preferable to customize the diff range to include the...