osyo-manga / unite-quickfix

29 stars 4 forks source link

Cursorline highlight #9

Closed petobens closed 10 years ago

petobens commented 10 years ago

The highlighted cursor line (in blue in the image) doesn't cover the very end of the line. Shougo said that this is because:

It is Vim's feature. unite-quickfix uses conceal feature. It hides some columns... You can disable it by 'concealcursor' option.

But disabling concealcursor reverts the fix for #5. Maybe there is another way of fixing this?

screenshot-12-08-2014_15-45-28

osyo-manga commented 10 years ago

I fixed highlight and added highlighting in converter_quickfix_default. Please use converter_quickfix_default.

call unite#custom_source('quickfix', 'converters', 'converter_quickfix_default')
petobens commented 10 years ago

Excellent thank you!!!!!!!!

osyo-manga commented 10 years ago

OK :)