diff options
Diffstat (limited to '')
| -rw-r--r-- | compiler/cargo.vim | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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').'/' | 
