Skip to content
This repository was archived by the owner on Sep 21, 2019. It is now read-only.

Conversation

@ches
Copy link
Contributor

@ches ches commented Sep 26, 2016

Regression from #328 where I didn't properly cast Vim's string '0' result from the Syntastic feature detection to Boolean, and escaping was doubled when changing highlight match pattern to a Python raw string.

I believe this fixes the issue—the highlighting only works for me in GUI, not on console, but I think that's something with my setup or something that wasn't changed by #328 anyway. This feature is still kinda janky altogether, I made notes in #328 about the logic for the highlighting group customization seemingly not making sense, etc.

It'd be good to add a test or two but it would be a bit hairy to do, so I'll save that until the further Editor API improvements, and maybe we can give this feature a little love overall.

Closes #339. @gigiigig you might be happy with Syntastic now, but if you're able to try this with it disabled and confirm if it restores the behavior you had before, that'd be awesome.

Regression from #328 where Vim's string result to the Syntastic feature
detection wasn't properly cast to Boolean, and escaping was doubled
after changing match pattern to a Python raw string.

Closes #339.
@gigiigig
Copy link

@ches I tried this and it works for me, thanks for the quick fix!

@ktonga
Copy link
Contributor

ktonga commented Sep 27, 2016

Working for me as well.

LGTM

@ktonga ktonga merged commit 396d5bd into ensime:master Sep 27, 2016
@ches ches deleted the fix-error-highlighting-without-syntastic branch September 28, 2016 12:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error highlighting doesn't work anymore

3 participants