summaryrefslogtreecommitdiff
path: root/runtime/compiler/fortran_cv.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/fortran_cv.vim')
-rw-r--r--runtime/compiler/fortran_cv.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/fortran_cv.vim b/runtime/compiler/fortran_cv.vim
index 089d3b27c..bc217bdc6 100644
--- a/runtime/compiler/fortran_cv.vim
+++ b/runtime/compiler/fortran_cv.vim
@@ -22,7 +22,7 @@ CompilerSet errorformat=
\%-Z%p%^%.%#,
\%-G%.%#,
" Compiler call
-CompilerSet makeprg=df\ /nologo\ /noobj\ /c\ %
+CompilerSet makeprg=df\ /nologo\ /noobj\ /c\ %:S
" Visual fortran defaults to printing output on stderr
" Adjust option shellpipe accordingly