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