diff options
Diffstat (limited to 'compiler/haml.vim')
-rw-r--r-- | compiler/haml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/haml.vim b/compiler/haml.vim index b72ab353..03ae7776 100644 --- a/compiler/haml.vim +++ b/compiler/haml.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'haml') +if has_key(g:polyglot_is_disabled, 'haml') finish endif |