Merge pull request #329 from phleet/update-location-list

Always update the location list, even if empty
This commit is contained in:
Martin Grenfell 2012-08-30 10:25:08 -07:00
commit 83e6007c81

View File

@ -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()