From ab61d2ac8eafc9c10097577736602da48ec568ca Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 30 Jul 2016 13:18:40 +0200 Subject: Update --- compiler/cargo.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler') diff --git a/compiler/cargo.vim b/compiler/cargo.vim index fe627453..2902449d 100644 --- a/compiler/cargo.vim +++ b/compiler/cargo.vim @@ -29,6 +29,8 @@ function! s:is_absolute(path) return a:path[0] == '/' || a:path =~ '[A-Z]\+:' endfunction +CompilerSet errorformat+=%-G%\\s%#Compiling%.%# + let s:local_manifest = findfile(s:cargo_manifest_name, '.;') if s:local_manifest != '' let s:local_manifest = fnamemodify(s:local_manifest, ':p:h').'/' -- cgit v1.2.3