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