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