X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=vim%2Flilypond-compiler.vim;h=a998a3ebb0b41f99f180da18a2f46ef8bbc42edf;hb=HEAD;hp=c0c6c7d0f691aace96fe7d26920835b743c39a28;hpb=6c08722ad9d26f016832a2d6851d8c9addf62de7;p=lilypond.git diff --git a/vim/lilypond-compiler.vim b/vim/lilypond-compiler.vim index c0c6c7d0f6..a998a3ebb0 100644 --- a/vim/lilypond-compiler.vim +++ b/vim/lilypond-compiler.vim @@ -2,7 +2,9 @@ " Language: LilyPond " Maintainer: Heikki Junes " Last Change: 2004 Mar 01 - +" +" Installed As: vim/compiler/lilypond.vim +" " Only load this indent file when no other was loaded. if exists("current_compiler") finish @@ -10,7 +12,7 @@ endif let current_compiler = "lilypond" " default make -setlocal makeprg=lilypond $* +setlocal makeprg=lilypond\ $* " errorformat for lily (with columns) and gcc " (how to see multiple-line error messages?) setlocal errorformat=%f:%l:%c:\ %m,%f:%l:\ %m,In\ file\ included\ from\ %f:%l:,\^I\^Ifrom\ %f:%l%m