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 70f21aa2..b3ab480d 100644 --- a/indent/lifelines.vim +++ b/indent/lifelines.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('lifelines', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'lifelines') finish endif |