fpc.vim 411 B

123456789101112131415
  1. " Vim compiler file
  2. " Compiler: FPC 2.1
  3. " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl>
  4. " Last Change: 2005 October 07
  5. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "fpc"
  10. " NOTE: compiler must be run with -vb to write whole source path, not only file
  11. " name.
  12. CompilerSet errorformat=%f(%l\\,%c)\ %m