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