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