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