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