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 190f24b1..ca80c62e 100644 --- a/ftplugin/treetop.vim +++ b/ftplugin/treetop.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'treetop') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'treetop', 'ftplugin/treetop.vim') finish endif |