diff options
Diffstat (limited to 'vim/lilypond-compiler.vim')
-rw-r--r-- | vim/lilypond-compiler.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |