diff --git a/compiler/nim.vim b/compiler/nim.vim index 740c6c7..6fd446b 100644 --- a/compiler/nim.vim +++ b/compiler/nim.vim @@ -11,7 +11,7 @@ endif let s:cpo_save = &cpo set cpo-=C -CompilerSet makeprg=nim\ c\ --verbosity:0\ $*\ %:p +CompilerSet makeprg=nim\ c\ --verbosity:0\ --listfullpaths\ $*\ %:p CompilerSet errorformat= \%-GHint:\ %m,