]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 392.
authorJoe Neeman <joeneeman@gmail.com>
Sat, 18 Aug 2007 21:52:31 +0000 (07:52 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Sat, 18 Aug 2007 21:52:31 +0000 (07:52 +1000)
Escape a space in lilypond-compiler.vim.

vim/lilypond-compiler.vim

index 7087f3d0644dedfe9110cd43e7300a1dfd1906b3..a998a3ebb0b41f99f180da18a2f46ef8bbc42edf 100644 (file)
@@ -12,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