How to solve error syntastic loc_list in VIM


I don’t know what the problem really are when I see this error every opening file in VIM :

1
syntastic loc_list error

But, it just need single line to fix it by :

1
let b:syntastic_loclist = []

Now, I can get rid of the error that caused by syntastic plugin in VIM.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.