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