Tagged Questions
0
votes
1answer
2k views
Vim syntastic: How to get signs option working with this plugin?
I know I have Syntastic working because in a test .c file I'll write a line with a missing semicolon and move it around, and the :Errors window reports the correct syntax error location.
However I ...
0
votes
1answer
249 views
Completely exit location list (lcl) created by Syntastic as well the main buffer when using :q, :q! or :wq! in VIM
I'm using Syntastic plugin. I have some files with some errors (Warnings) that I can't change. When I have a file opened with error messages, and I quit the file(buffer) pressing :q, the error ...