summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nim.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nim.vim b/compiler/nim.vim
index 47886ed3..c47dad0b 100644
--- a/compiler/nim.vim
+++ b/compiler/nim.vim
@@ -13,7 +13,7 @@ endif
let s:cpo_save = &cpo
set cpo-=C
-CompilerSet makeprg=nim\ c\ $*
+CompilerSet makeprg=nim\ c\ --verbosity:0\ $*\ %:p
CompilerSet errorformat=
\%-GHint:\ %m,