From ed677c34d55a0e025b7008f29419498a3989cde2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 09:15:44 +0100 Subject: Update --- compiler/sbt.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/sbt.vim') diff --git a/compiler/sbt.vim b/compiler/sbt.vim index 41504d79..521f5288 100644 --- a/compiler/sbt.vim +++ b/compiler/sbt.vim @@ -22,8 +22,8 @@ set cpo-=C CompilerSet makeprg=sbt\ -Dsbt.log.noformat=true\ compile CompilerSet errorformat= - \%E\ %#[error]\ %f:%l:\ %m,%C\ %#[error]\ %p^,%-C%.%#,%Z, - \%W\ %#[warn]\ %f:%l:\ %m,%C\ %#[warn]\ %p^,%-C%.%#,%Z, + \%E\ %#[error]\ %f:%l:%c:\ %m,%C\ %#[error]\ %p^,%-C%.%#,%Z, + \%W\ %#[warn]\ %f:%l:%c:\ %m,%C\ %#[warn]\ %p^,%-C%.%#,%Z, \%-G%.%# let &cpo = s:cpo_save -- cgit v1.2.3