summaryrefslogtreecommitdiffstats
path: root/ftplugin/lilypond.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/lilypond.vim')
-rw-r--r--ftplugin/lilypond.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/lilypond.vim b/ftplugin/lilypond.vim
index 3f4f9c78..ed2d1cdb 100644
--- a/ftplugin/lilypond.vim
+++ b/ftplugin/lilypond.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'lilypond')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'lilypond', 'ftplugin/lilypond.vim')
finish
endif