diff options
Diffstat (limited to 'compiler/rustc.vim')
-rw-r--r-- | compiler/rustc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc.vim b/compiler/rustc.vim index 3c378850..14034ae4 100644 --- a/compiler/rustc.vim +++ b/compiler/rustc.vim @@ -26,7 +26,7 @@ else if has('patch-7.4.191') CompilerSet makeprg=rustc\ \%:S else - CompilerSet makeprg=rustc\ \% + CompilerSet makeprg=rustc\ \"%\" endif endif |