From d8e7a594ab0fb24cb3c789db43830184d4869256 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 3 Jul 2012 11:51:43 +0200 Subject: [PATCH] using tpope's markdown --- .gitmodules | 6 +++--- bundle/markdown | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index b4a6e4f..522789d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,9 +31,6 @@ [submodule "bundle/colors-solarized"] path = bundle/colors-solarized url = https://github.com/altercation/vim-colors-solarized.git -[submodule "bundle/markdown"] - path = bundle/markdown - url = https://github.com/plasticboy/vim-markdown.git [submodule "bundle/surround"] path = bundle/surround url = https://github.com/tpope/vim-surround.git @@ -67,3 +64,6 @@ [submodule "bundle/argtextobj"] path = bundle/argtextobj url = https://github.com/vim-scripts/argtextobj.vim +[submodule "bundle/markdown"] + path = bundle/markdown + url = https://github.com/tpope/vim-markdown.git diff --git a/bundle/markdown b/bundle/markdown index f3f96fd..9a21f7a 160000 --- a/bundle/markdown +++ b/bundle/markdown @@ -1 +1 @@ -Subproject commit f3f96fd7c1bec0527de62415fd344e73994f1c47 +Subproject commit 9a21f7a6bc7d5b5cd7a2e78b7893798a67526be8