blob: b6098bd5a0e752099c10431923a7508a18314622 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'git', 'ftplugin/gitsendemail.vim')
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
|