Files
vim-polyglot/ftplugin/gitsendemail.vim
2020-10-25 20:33:44 +01:00

11 lines
216 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