From: fred Date: Sun, 24 Mar 2002 20:12:19 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3067 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f359a621b89861564aa83757972e28664b3a2001;p=lilypond.git lilypond-1.0.1 --- diff --git a/vimrc b/vimrc index b8123fcb10..76e16104eb 100644 --- a/vimrc +++ b/vimrc @@ -18,10 +18,14 @@ map [20~ :w :se makeprg=make\ -k :make map [21~ :w :se makeprg=lilypond\ %:t :make " " F11 check buffer for quarts -map [23~ :w :se makeprg=lilypond\ -Q%:t :make +map [23~ :w :se makeprg=lilypond\ -Q\ %:t :make +" +" shift F10: run buffer through lily -M +map [34~ :w :se makeprg=lilypond\ -M\ %:t :make " " " errorformat for lily (with columns) and gcc " (how to see multiple-line error messages?) " se errorformat=%f:%l:%c:\ %m,%f:%l:\ %m,In\ file\ included\ from\ %f:%l:,\^I\^Ifrom\ %f:%l%m +