Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ugly highlighting of substituted unicode in HEAD #64

Open
ocharles opened this issue Sep 19, 2013 · 5 comments
Open

Ugly highlighting of substituted unicode in HEAD #64

ocharles opened this issue Sep 19, 2013 · 5 comments

Comments

@ocharles
Copy link
Contributor

I am currently seeing the following:

2013-09-19-100537_823x467_scrot

This is the default colour scheme, but it happens in any I choose. I'm not sure what's happened here, but I certainly liked how it was before, with no background colour on substitutions :)

@ocharles
Copy link
Contributor Author

git bisect on vim2hs points to 6646a39 as the offending commit.

@dag
Copy link
Owner

dag commented Sep 19, 2013

Ah, yeah. The problem here is most colorschemes including Vim's default doesn't have a pretty style for the Conceal highlight group, which is why I had been overriding it in vim2hs (even though it should be up to the colorscheme and other types of plugins shouldn't touch it), but changing it to use highlight default means it doesn't force the override anymore.

The offending line is highlight default link Conceal Operator in conceal.vim; pull request?

@dkasak
Copy link

dkasak commented Jan 30, 2014

Pull request for what? Reverting the line to its previous state or something more elaborate? I just updated vim2hs and stumbled upon this too.

@pr-ravi
Copy link

pr-ravi commented Feb 7, 2014

Hi, is there a workaround for this yet? Because I already tried a dozen color schemes and still no luck.

@laMudri
Copy link

laMudri commented Jun 13, 2014

Adding hi clear Conceal at the end of .vimrc fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants