summaryrefslogtreecommitdiffstats
path: root/ftplugin/group.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/group.vim')
-rw-r--r--ftplugin/group.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/group.vim b/ftplugin/group.vim
index 357f43cf..2a275831 100644
--- a/ftplugin/group.vim
+++ b/ftplugin/group.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('group', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'group')
finish
endif