pbx.vim 469 B

123456789101112131415161718192021
  1. " Vim compiler file
  2. " Compiler: Apple Project Builder
  3. " Maintainer: Alexander von Below (public@vonBelow.Com)
  4. " Last Change: 2004 Mar 27
  5. if exists("current_compiler")
  6. finish
  7. endif
  8. let current_compiler = "pbx"
  9. if exists(":CompilerSet") != 2 " older Vim always used :setlocal
  10. command -nargs=* CompilerSet setlocal <args>
  11. endif
  12. " The compiler actually is gcc, so the errorformat is unchanged
  13. CompilerSet errorformat&
  14. " default make
  15. CompilerSet makeprg=pbxbuild