neovim

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

jikes.vim (470B)


      1 " Vim Compiler File
      2 " Compiler:	Jikes
      3 " Maintainer:	Dan Sharp <dwsharp at hotmail dot com>
      4 " Last Change:	2019 Jul 23
      5 "		2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
      6 " URL:		http://dwsharp.users.sourceforge.net/vim/compiler
      7 
      8 if exists("current_compiler")
      9  finish
     10 endif
     11 let current_compiler = "jikes"
     12 
     13 " Jikes defaults to printing output on stderr
     14 CompilerSet makeprg=jikes\ -Xstdout\ +E\ \"%:S\"
     15 CompilerSet errorformat=%f:%l:%v:%*\\d:%*\\d:%*\\s%m