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