summaryrefslogtreecommitdiffstats
path: root/indent/ls.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/ls.vim')
-rw-r--r--indent/ls.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/ls.vim b/indent/ls.vim
index 591ccf76..3b616659 100644
--- a/indent/ls.vim
+++ b/indent/ls.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('livescript', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'livescript')
finish
endif