diff options
Diffstat (limited to 'indent/lisp.vim')
-rw-r--r-- | indent/lisp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/lisp.vim b/indent/lisp.vim index 88a08b72..7b1d2523 100644 --- a/indent/lisp.vim +++ b/indent/lisp.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('lisp', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'lisp') finish endif |