From f359a621b89861564aa83757972e28664b3a2001 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:19 +0000 Subject: [PATCH] lilypond-1.0.1 --- vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + -- 2.39.5