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