diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-30 13:18:40 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-30 13:19:35 +0200 |
commit | ab61d2ac8eafc9c10097577736602da48ec568ca (patch) | |
tree | c33fcffa647794194376beb91ee35d8d3f8fcc4e /compiler | |
parent | f42e1f477ccc8ba4ef756b6d7d16a26686b4b75f (diff) | |
download | vim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.tar.gz vim-polyglot-ab61d2ac8eafc9c10097577736602da48ec568ca.zip |
Update
Diffstat (limited to 'compiler')
-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').'/' |