syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

locationlist does not get updated if you use split

Open fonzerelly opened this issue 12 years ago • 1 comments

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.

fonzerelly avatar Oct 17 '13 12:10 fonzerelly

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.

lcd047 avatar Oct 17 '13 12:10 lcd047