summaryrefslogtreecommitdiff
path: root/runtime/compiler/rustc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/rustc.vim')
-rw-r--r--runtime/compiler/rustc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/rustc.vim b/runtime/compiler/rustc.vim
index c27bdc9c0..5e5b9a4e0 100644
--- a/runtime/compiler/rustc.vim
+++ b/runtime/compiler/rustc.vim
@@ -19,7 +19,7 @@ endif
if exists("g:rustc_makeprg_no_percent") && g:rustc_makeprg_no_percent != 0
CompilerSet makeprg=rustc
else
- CompilerSet makeprg=rustc\ \%
+ CompilerSet makeprg=rustc\ \%:S
endif
" Old errorformat (before nightly 2016/08/10)