From 9fe009095afdb86f6f771109ac454ccfc5340f31 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 6 Dec 2017 13:05:56 +0100 Subject: Change julia provider to JuliaEditorSupport/julia-vim, closes #253 --- ftplugin/gitsendemail.vim | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ftplugin/gitsendemail.vim (limited to 'ftplugin/gitsendemail.vim') diff --git a/ftplugin/gitsendemail.vim b/ftplugin/gitsendemail.vim deleted file mode 100644 index 69e0360e..00000000 --- a/ftplugin/gitsendemail.vim +++ /dev/null @@ -1,10 +0,0 @@ -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