mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
11 lines
259 B
VimL
11 lines
259 B
VimL
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
|