diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-14 20:59:40 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-01-14 20:59:40 +0100 |
commit | 22040ce638ed610cfdbba03376ad9864a2a5d321 (patch) | |
tree | 43e3ef7cc1a17994bbf1460d0d000dd7e0723168 /compiler/lilypond.vim | |
parent | 7bde552a463999897320a1899a6ca4f8806041ea (diff) | |
download | vim-polyglot-22040ce638ed610cfdbba03376ad9864a2a5d321.tar.gz vim-polyglot-22040ce638ed610cfdbba03376ad9864a2a5d321.zip |
Update
Diffstat (limited to 'compiler/lilypond.vim')
-rw-r--r-- | compiler/lilypond.vim | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/compiler/lilypond.vim b/compiler/lilypond.vim deleted file mode 100644 index 60a1c52b..00000000 --- a/compiler/lilypond.vim +++ /dev/null @@ -1,23 +0,0 @@ -if polyglot#init#is_disabled(expand('<sfile>:p'), 'lilypond', 'compiler/lilypond.vim') - finish -endif - -" 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 -" |