diff options
Diffstat (limited to 'ftplugin/terminfo.vim')
-rw-r--r-- | ftplugin/terminfo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/terminfo.vim b/ftplugin/terminfo.vim index 3ea64a55..9f928eae 100644 --- a/ftplugin/terminfo.vim +++ b/ftplugin/terminfo.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'terminfo') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'terminfo', 'ftplugin/terminfo.vim') finish endif |