From 0d23b6e515a01a5782532351821ebfa11f3d6cf2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:44:10 -0500 Subject: Add vim again :) --- vim/ftplugin/gitsendemail.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/ftplugin/gitsendemail.vim (limited to 'vim/ftplugin/gitsendemail.vim') diff --git a/vim/ftplugin/gitsendemail.vim b/vim/ftplugin/gitsendemail.vim new file mode 100644 index 0000000..d97cbda --- /dev/null +++ b/vim/ftplugin/gitsendemail.vim @@ -0,0 +1,5 @@ +" Vim filetype plugin +" Language: git send-email message +" Maintainer: Tim Pope + +runtime! ftplugin/mail.vim -- cgit