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()
|
||||
end
|
||||
|
||||
if s:BufHasErrorsOrWarningsToDisplay()
|
||||
call setloclist(0, s:LocList())
|
||||
endif
|
||||
call setloclist(0, s:LocList())
|
||||
|
||||
if g:syntastic_enable_balloons
|
||||
call s:RefreshBalloons()
|
||||
|
Loading…
Reference in New Issue
Block a user