osyo-manga / unite-quickfix

29 stars 4 forks source link

Some feature not working correctly #16

Open chemzqm opened 8 years ago

chemzqm commented 8 years ago

First, thanks for the awesome work, but still some little problem I found. The highlight not works when called UniteClose and call UniteResume to show it again. The col number not set to Unite, so it only does line jump

osyo-manga commented 8 years ago

OK, I was grasped.

Shougo commented 8 years ago

In unite-quickfix disables the highlights on_close hook. https://github.com/osyo-manga/unite-quickfix/blob/master/autoload/unite/sources/quickfix.vim#L152

UniteClose call on_close hook, so disabled the highlights when UniteResume.