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