From 15645e1cf49157c0104e80ebd4d4ed0a3c24fb75 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 12 Oct 2013 15:55:10 +1300 Subject: Remove markdown plugin Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed. --- .gitmodules | 4 ---- vim/bundle/markdown | 1 - 2 files changed, 5 deletions(-) delete mode 160000 vim/bundle/markdown diff --git a/.gitmodules b/.gitmodules index 12bf7b18..8d0af68c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,10 +22,6 @@ path = vim/bundle/abolish url = git://github.com/tpope/vim-abolish.git ignore = dirty -[submodule "vim/bundle/markdown"] - path = vim/bundle/markdown - url = git://github.com/tpope/vim-markdown.git - ignore = dirty [submodule "vim/bundle/tmux"] path = vim/bundle/tmux url = git://github.com/tejr/vim-tmux.git diff --git a/vim/bundle/markdown b/vim/bundle/markdown deleted file mode 160000 index fccf76f6..00000000 --- a/vim/bundle/markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fccf76f68fa819629e9dac50a20f3369983e2a38 -- cgit v1.2.3