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 95b57af6..e5f02049 100644
--- a/ftplugin/haml.vim
+++ b/ftplugin/haml.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('haml', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'haml')
finish
endif