Files
vim-polyglot/ftplugin/gitsendemail.vim
Adam Stankiewicz 2838800832 Fix conditions, #608
2020-10-25 21:08:27 +01:00

11 lines
215 B
VimL

if has_key(g:polyglot_is_disabled, 'git')
finish
endif
" Vim filetype plugin
" Language: git send-email message
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" Last Change: 2009 Dec 24
runtime! ftplugin/mail.vim