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