diff options
Diffstat (limited to 'indent/json.vim')
-rw-r--r-- | indent/json.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/json.vim b/indent/json.vim index 43116a60..26c32100 100644 --- a/indent/json.vim +++ b/indent/json.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'json') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'json', 'indent/json.vim') finish endif |