diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 26f6c7a0..3bd8769a 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -54,7 +54,7 @@ function! s:UpdateErrors() if s:BufHasErrorsOrWarningsToDisplay() call setloclist(0, b:syntastic_loclist) if g:syntastic_auto_jump - :ll + silent!ll endif endif