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 3265e301..070c1065 100644 --- a/indent/stylus.vim +++ b/indent/stylus.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('stylus', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'stylus') finish endif |