From: Joe Neeman <joeneeman@gmail.com>
Date: Sat, 18 Aug 2007 21:52:31 +0000 (+1000)
Subject: Fix 392.
X-Git-Tag: release/2.11.30-1~14
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4da8e73e69a7f63af88ec9f31c399f53dbc03b78;p=lilypond.git

Fix 392.
Escape a space in lilypond-compiler.vim.
---

diff --git a/vim/lilypond-compiler.vim b/vim/lilypond-compiler.vim
index 7087f3d064..a998a3ebb0 100644
--- a/vim/lilypond-compiler.vim
+++ b/vim/lilypond-compiler.vim
@@ -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