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