You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have
autocmd FileType java let b:dispatch = 'javac %'
in ~/.vimrc
and when I run :Dispatch, Vim shows only one error in quickfix window though there are multiple errors.
javac in command-line works.
Thanks !
The text was updated successfully, but these errors were encountered:
Hi all,
I have
autocmd FileType java let b:dispatch = 'javac %'
in ~/.vimrc
and when I run :Dispatch, Vim shows only one error in quickfix window though there are multiple errors.
javac in command-line works.
Thanks !
The text was updated successfully, but these errors were encountered: