Silence the :ll command when auto_jump is enabled.
The message for the current error was being displayed when :ll was being called. Put a silent call to suppress output.
This commit is contained in:
parent
9e6ad47d71
commit
aebfc62a3b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user