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.