Skip to content

Commit

Permalink
allow files to be opened and checked outside of project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevesy committed Aug 9, 2017
1 parent cf35cae commit 29c61e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax_checkers/rust/cargo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function! SyntaxCheckers_rust_cargo_GetLocList() dict

return SyntasticMake({
\ 'makeprg': makeprg,
\ 'cwd': expand('%:p:h'),
\ 'errorformat': errorformat })
endfunction

Expand Down

0 comments on commit 29c61e1

Please sign in to comment.