nimrod compiler is now set automatically

This commit is contained in:
Zahary Karadjov 2011-08-28 01:54:33 +03:00
commit 03615f8caa
2 changed files with 3 additions and 3 deletions

View file

@ -14,9 +14,7 @@ set cpo-=C
CompilerSet makeprg=nimrod\ c\ $*
CompilerSet errorformat=
\%f(%l,\ %c)\ Error:\ %m,
\%f(%l,\ %c)\ Hint:\ %m,
\%f(%l,\ %c)\ Warning:\ %m
\%f(%l\\,\ %c)\ %m
let &cpo = s:cpo_save
unlet s:cpo_save

View file

@ -11,6 +11,8 @@ setlocal formatoptions-=t formatoptions+=croql
setlocal comments=:#
setlocal commentstring=#\ %s
compiler nimrod
let &cpo = s:cpo_save
unlet s:cpo_save