We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f402d18 commit 255a81fCopy full SHA for 255a81f
compiler/rustc.vim
@@ -24,7 +24,7 @@ else
24
if has('patch-7.4.191')
25
CompilerSet makeprg=rustc\ \%:S
26
else
27
- CompilerSet makeprg=rustc\ \%
+ CompilerSet makeprg=rustc\ \"%\"
28
endif
29
30
0 commit comments