Question

I have syntastic plugin running correctly in vim. I just want to customize it a little more, I am trying to set the properties 'syntastic_warning_symbol' and 'syntastic_error_symbol' to differentiate them.

In my .vimrc I have:

let g:syntastic_warning_symbol = 'WW'
let g:syntastic_error_symbol = 'EE'

But when I open vim, I see 'EE' even in the Warning lines.

Am I doing anything wrong? It could be a bug, if so I will report to the developers.

Thanks in advance.

Was it helpful?

Solution

It seems to be a syntastic issue. I have been talking with the developer, and I have made a pull request in github. Here are the issue and the pull request

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top