murisfurder / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

highlighting conflicts when using conceal #229

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Concealed characters background color have prioritity over
background for 'hlsearch', 'cursorline'.
There's a picture attached that demonstrates how conceal doesn't
play nice with highlighted lines.

What is the expected output? What do you see instead?

It's expect concealed character's background to work in tandem
with 'hlsearch', 'cursorline', or at last have an option for that.

What version of the product are you using? On what operating system?

Vim 7.4.258

Please provide any additional information below.

This issue is brought up in the following stackoverflow question:

http://stackoverflow.com/questions/24131474

Original issue reported on code.google.com by obl...@gmail.com on 10 Jun 2014 at 9:32

Attachments: