syntastic
syntastic copied to clipboard
locationlist does not get updated if you use split
If you opend your source in two windows, to see different parts of your code and SynstasticCheck runs, the locationlist does not get updated although
g:syntastic_always_populate_loc_list = 1
is specified in vimrc. But the error marks on the left side seem to update properly.
I am not sure, if this is a Syntastic Issue or if it would be better added to vim's issue-list, because the locationlist gets copied per window. So how do I specify to use the right location list, so that I can jump to the new first error by :ll 1
Thanks a lot for help.
This is a known problem, see #400. Sadly, I don't have a solution for it. There are too many things missing from the current Vim API to even begin to address it.