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

Hi mhinz, Currently, this plugin doesn't have "dssc" (ENOVIA Synchronicity DesignSync) version control support. To support this plugin for dssc, I have added the following piece of code locally in...

Support for DesignSync (dssc) version control system

Hi @mhinz :wave: Thank you for this plugin. I am wondering if you're open to the idea of allowing users to set/enable window borders for SignifyHunkDiff. I started working on...

I often find myself wanting to view changes from various ancestor commits. This PR adds such functionality _specifically_ for git and hg (since those are the only vcs's I have...

Thanks for the great plugin—I switched from vim-gitgutter and am very happy I did. However, there's one gitgutter feature I missed so much that I needed to re-implement it in...

feature request

Perform the following operations to reproduce the problem: 1. Create new files main.c and com.h under the test directory structure. (test/main.c test/com.h) 2. The content of the document is arbitrary,...

A recent update to vim-signify breaks my configuration. I am using vim-signify with a proprietary Perforce-Based VCS. It is mostly identical to Perforce, except with a different executable name. Very...

That probably sounds old school but contrary to 99% of vim users I prefer to manage installed vim plugins just like any other software/plugins on my system -- through package...

# The problem I am getting `NUL` files sprinkled here and there when using vim since updating vim-signify. Most annoyingly in the `.git/rebase-merge/` directory. A `NUL` file in there prevents...

Just for the record: For fossil, 'fossil diff --unified -c 0 -- %f' is used but '-c 0' is currently just ignored by fossil, so the change marks shown by...