osyo-manga / unite-quickfix

29 stars 4 forks source link

Concealcursor in insert mode #5

Closed petobens closed 10 years ago

petobens commented 10 years ago

As seen in the image below there is some wrong character conversion when in insert mode. I think this can be fixed by adding setlocal concealcursor=ni to unite-quckfix initialization.

screenshot-11-08-2014_16-59-44

osyo-manga commented 10 years ago

Thanks for issues :) I fixed i) and ii). iii) is setting for g:unite#filters#converter_quickfix_highlight#enable_bold_for_message.

" No bold type
let g:unite#filters#converter_quickfix_highlight#enable_bold_for_message = 0

Please update plugin and check.

petobens commented 10 years ago

The conceal problem is indeed fixed. I''ll continue the discussion of the other items in #7. Thanks!