neovim

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

fpc.vim (411B)


      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 
      7 if exists("current_compiler")
      8  finish
      9 endif
     10 let current_compiler = "fpc"
     11 
     12 " NOTE: compiler must be run with -vb to write whole source path, not only file
     13 " name.
     14 CompilerSet errorformat=%f(%l\\,%c)\ %m