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