neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

pbx.vim (417B)


      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 
      7 if exists("current_compiler")
      8   finish
      9 endif
     10 let current_compiler = "pbx"
     11 
     12 " The compiler actually is gcc, so the errorformat is unchanged
     13 CompilerSet errorformat&
     14 
     15 " default make
     16 CompilerSet makeprg=pbxbuild