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 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue