summaryrefslogtreecommitdiffstats
path: root/ftplugin/gitsendemail.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-06 13:05:56 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-06 13:05:56 +0100
commit9fe009095afdb86f6f771109ac454ccfc5340f31 (patch)
tree1bb6b2fd7e2ff2b94bd3dd8ce6fdb735e873237b /ftplugin/gitsendemail.vim
parentdce9e8dec5ef51730291c7bbff3e3997433eabbd (diff)
downloadvim-polyglot-9fe009095afdb86f6f771109ac454ccfc5340f31.tar.gz
vim-polyglot-9fe009095afdb86f6f771109ac454ccfc5340f31.zip
Change julia provider to JuliaEditorSupport/julia-vim, closes #253
Diffstat (limited to 'ftplugin/gitsendemail.vim')
-rw-r--r--ftplugin/gitsendemail.vim10
1 files changed, 0 insertions, 10 deletions
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 <vimNOSPAM@tpope.org>
-" Last Change: 2009 Dec 24
-
-runtime! ftplugin/mail.vim
-
-endif