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: use (cleared) augroup for autocommands #79

Open blueyed opened 6 years ago

blueyed commented 6 years ago

This allows for proper handling when resourcing the file.

tomtom commented 6 years ago

What's the idea behind putting every single autocmd into a group of its own? Could you please explain the problem. Thanks.

tomtom commented 6 years ago

Hi!

What's the idea behind putting every single autocmd into a group of its own?

blueyed commented 6 years ago

It helps when resourcing the file. It does not need to use different augroups, but IIRC the main one is also used in another file, that's likely why I've used separate ones.