pbx.vim 417 B

123456789101112131415161718
  1. " Vim compiler file
  2. " Compiler: Apple Project Builder
  3. " Maintainer: Alexander von Below (public@vonBelow.Com)
  4. " Last Change: 2004 Mar 27
  5. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "pbx"
  10. " The compiler actually is gcc, so the errorformat is unchanged
  11. CompilerSet errorformat&
  12. " default make
  13. CompilerSet makeprg=pbxbuild