This commit is contained in:
Adam Stankiewicz
2016-07-30 13:18:40 +02:00
parent 3019afa721
commit 81deccef65
14 changed files with 368 additions and 537 deletions

View File

@@ -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').'/'