From 11f53253ad9fd0cd3e7a44ed9f8c80a4f265b46e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 6 Dec 2017 13:17:06 +0100 Subject: Add slime syntax, closes #252 --- ftplugin/gitsendemail.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ftplugin/gitsendemail.vim (limited to 'ftplugin/gitsendemail.vim') diff --git a/ftplugin/gitsendemail.vim b/ftplugin/gitsendemail.vim new file mode 100644 index 00000000..69e0360e --- /dev/null +++ b/ftplugin/gitsendemail.vim @@ -0,0 +1,10 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'git') == -1 + +" Vim filetype plugin +" Language: git send-email message +" Maintainer: Tim Pope +" Last Change: 2009 Dec 24 + +runtime! ftplugin/mail.vim + +endif -- cgit v1.2.3