]> git.donarmstrong.com Git - lilypond.git/blob - vim/compiler/lilypond.vim
* vim/ftplugin/lilypond.vim: remove errorformat.
[lilypond.git] / vim / compiler / lilypond.vim
1 " LilyPond compiler file
2 " Language:     LilyPond
3 " Maintainer:   Heikki Junes <hjunes@cc.hut.fi>
4 " Last Change:  2004 Mar 01
5
6 " Only load this indent file when no other was loaded.
7 if exists("current_compiler")
8   finish
9 endif
10 let current_compiler = "lilypond"
11
12 " default make
13 setlocal makeprg=lilypond $*
14 " errorformat for lily (with columns) and gcc
15 " (how to see multiple-line error messages?)
16 setlocal errorformat=%f:%l:%c:\ %m,%f:%l:\ %m,In\ file\ included\ from\ %f:%l:,\^I\^Ifrom\ %f:%l%m
17 "