summaryrefslogtreecommitdiffstats
path: root/compiler/nim.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-05-31 01:53:12 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-05-31 01:53:12 +0200
commit44b3d860cb85ccb4edd52fb0dcf6a4102d12e82a (patch)
tree537e871f1d923c01c3d5098fd2958c198d093977 /compiler/nim.vim
parent5a65ffe66d19da9989ae6b71962830ca6c80f5b5 (diff)
downloadvim-polyglot-44b3d860cb85ccb4edd52fb0dcf6a4102d12e82a.tar.gz
vim-polyglot-44b3d860cb85ccb4edd52fb0dcf6a4102d12e82a.zip
Updatev2.9.1
Diffstat (limited to 'compiler/nim.vim')
-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,