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 7b1d2523..fc7d5090 100644 --- a/indent/lisp.vim +++ b/indent/lisp.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'lisp') +if has_key(g:polyglot_is_disabled, 'lisp') finish endif |