From 4da8e73e69a7f63af88ec9f31c399f53dbc03b78 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 19 Aug 2007 07:52:31 +1000 Subject: [PATCH] Fix 392. Escape a space in lilypond-compiler.vim. --- vim/lilypond-compiler.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2