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
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
I noticed something while helping a colleague get set up with eclim with a maven project that caused
:Mvn
to not jump to the first build error. Specifically, the current definition in https://github.com/ervandew/eclim/blob/master/org.eclim.jdt/vim/eclim/compiler/eclim_mvn.vim does not currently use the flag-B
(for batch mode). Without this flag, output from mvn will be colorized and not match theerrorformat
patterns defined in https://github.com/ervandew/eclim/blob/master/org.eclim.jdt/vim/eclim/compiler/eclim_mvn.vim.The text was updated successfully, but these errors were encountered: