vim/bundle/lilypond/compiler/lilypond.vim @ 3d37ca22c5c5 bpollack/use-command-to-explicitly-call-ag-and-us-1442506830050
Use command to explicitly call ag, and use compound if block
| author | Benjamin Pollack <benjamin@bitquabit.com> |
|---|---|
| date | Thu, 17 Sep 2015 16:20:42 +0000 |
| parents | decdb5dbce23 |
| children | (none) |
" LilyPond compiler file " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> " Last Change: 2004 Mar 01 " " Installed As: vim/compiler/lilypond.vim " " Only load this indent file when no other was loaded. if exists("current_compiler") finish endif let current_compiler = "lilypond" " default make 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 "