]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/lilypond-compiler.vim
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / vim / lilypond-compiler.vim
index c0c6c7d0f691aace96fe7d26920835b743c39a28..a998a3ebb0b41f99f180da18a2f46ef8bbc42edf 100644 (file)
@@ -2,7 +2,9 @@
 " Language:     LilyPond
 " Maintainer:   Heikki Junes <hjunes@cc.hut.fi>
 " 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