diff options
Diffstat (limited to 'autoload/crystal/indent.vim')
-rw-r--r-- | autoload/crystal/indent.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/crystal/indent.vim b/autoload/crystal/indent.vim index cb40350f..b2fc9193 100644 --- a/autoload/crystal/indent.vim +++ b/autoload/crystal/indent.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'crystal') +if has_key(g:polyglot_is_disabled, 'crystal') finish endif |