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

Colorschemes for QuickfixSigns defined in color files is overridden by autoloader #59

Closed jfelchner closed 9 years ago

jfelchner commented 9 years ago

If a colorscheme as a definition for the highlight name defined in the autoloader, quickfixsigns overwrites them when it is autoloaded. I'm assuming it happens here

tomtom commented 9 years ago

In case it is acceptable to set a variable, the previous commit should hopefully solve this problem.

jfelchner commented 9 years ago

@tomtom that's perfect! Thanks!