Merge pull request #329 from phleet/update-location-list
Always update the location list, even if empty
This commit is contained in:
commit
83e6007c81
@ -132,9 +132,7 @@ function! s:UpdateErrors(auto_invoked)
|
|||||||
call s:CacheErrors()
|
call s:CacheErrors()
|
||||||
end
|
end
|
||||||
|
|
||||||
if s:BufHasErrorsOrWarningsToDisplay()
|
call setloclist(0, s:LocList())
|
||||||
call setloclist(0, s:LocList())
|
|
||||||
endif
|
|
||||||
|
|
||||||
if g:syntastic_enable_balloons
|
if g:syntastic_enable_balloons
|
||||||
call s:RefreshBalloons()
|
call s:RefreshBalloons()
|
||||||
|
Loading…
Reference in New Issue
Block a user