diff options
Diffstat (limited to 'indent/lilypond.vim')
-rw-r--r-- | indent/lilypond.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indent/lilypond.vim b/indent/lilypond.vim index 169a6758..8e2ca02a 100644 --- a/indent/lilypond.vim +++ b/indent/lilypond.vim @@ -1,7 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'lilypond') != -1 - finish -endif - +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'lilypond') == -1 " LilyPond indent file " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> @@ -62,3 +59,4 @@ endfunction " " " +endif |