tomtom / quickfixsigns_vim

Mark quickfix & location list items with signs
http://www.vim.org/scripts/script.php?script_id=2584
GNU General Public License v3.0
131 stars 13 forks source link

vcsdiff: handle modified buffer #81

Open blueyed opened 6 years ago

blueyed commented 6 years ago

It seems to be nice having VCS signs updated even when a file is not saved, i.e. for a modified file.

I am not sure if this should be done by default, but https://github.com/airblade/vim-gitgutter does it. It could be looked into for supporting this with Git, but it might even be not possible for other VCSs supported by quickfixsigns.

What do you think?