nimrod compiler is now set automatically
This commit is contained in:
parent
bc5515054e
commit
03615f8caa
2 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ set cpo-=C
|
||||||
CompilerSet makeprg=nimrod\ c\ $*
|
CompilerSet makeprg=nimrod\ c\ $*
|
||||||
|
|
||||||
CompilerSet errorformat=
|
CompilerSet errorformat=
|
||||||
\%f(%l,\ %c)\ Error:\ %m,
|
\%f(%l\\,\ %c)\ %m
|
||||||
\%f(%l,\ %c)\ Hint:\ %m,
|
|
||||||
\%f(%l,\ %c)\ Warning:\ %m
|
|
||||||
|
|
||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_save
|
unlet s:cpo_save
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ setlocal formatoptions-=t formatoptions+=croql
|
||||||
setlocal comments=:#
|
setlocal comments=:#
|
||||||
setlocal commentstring=#\ %s
|
setlocal commentstring=#\ %s
|
||||||
|
|
||||||
|
compiler nimrod
|
||||||
|
|
||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_save
|
unlet s:cpo_save
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue