]> git.donarmstrong.com Git - lilypond.git/blobdiff - vimrc
release: 1.0.1
[lilypond.git] / vimrc
diff --git a/vimrc b/vimrc
index b8123fcb10ca80d3cdf42d7bbbd545d8daab8edb..76e16104ebbc489c6a5a20b0ddef8a88311cc48e 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -18,10 +18,14 @@ map \e[20~ :w\r:se makeprg=make\ -k\r:make
 map \e[21~ :w\r:se makeprg=lilypond\ %:t\r:make\r
 "
 " F11 check buffer for quarts
-map \e[23~ :w\r:se makeprg=lilypond\ -Q%:t\r:make\r
+map \e[23~ :w\r:se makeprg=lilypond\ -Q\ %:t\r:make\r
+"
+" shift F10: run buffer through lily -M
+map \e[34~ :w\r:se makeprg=lilypond\ -M\ %:t\r:make\r
 "
 "
 " 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
+