Merge pull request #86 from magnostherobot/mtr/listfullpaths
Include --listfullpaths in makeprg
This commit is contained in:
commit
704dd5d63c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ endif
|
||||||
let s:cpo_save = &cpo
|
let s:cpo_save = &cpo
|
||||||
set cpo-=C
|
set cpo-=C
|
||||||
|
|
||||||
CompilerSet makeprg=nim\ c\ --verbosity:0\ $*\ %:p
|
CompilerSet makeprg=nim\ c\ --verbosity:0\ --listfullpaths\ $*\ %:p
|
||||||
|
|
||||||
CompilerSet errorformat=
|
CompilerSet errorformat=
|
||||||
\%-GHint:\ %m,
|
\%-GHint:\ %m,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue