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