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

QuickfixsignsSelect removes all signs though only one class is given #77

Open Jeansen opened 7 years ago

Jeansen commented 7 years ago

When I use :QuickfixsignsSelect loc to clear all signs for locations marked by vim-grepper, I would expect that only the signs set for QFSLOC* would disappear. But instead all signs disappear.

blueyed commented 6 years ago

Have you tried :debug QuickfixsignsSelect loc to see what is going on?