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