diff options
Diffstat (limited to 'indent/reason.vim')
-rw-r--r-- | indent/reason.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/reason.vim b/indent/reason.vim index 4a5160bd..ea7d4ebc 100644 --- a/indent/reason.vim +++ b/indent/reason.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('reason', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'reason') finish endif |