From 21c743095bf9f006c586a342a14dc9726765d326 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 1 Feb 2012 19:27:23 -0500 Subject: Add vim-markdown --- .gitmodules | 3 +++ bundle/vim-markdown | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-markdown diff --git a/.gitmodules b/.gitmodules index 1764aa52..b0e9adb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "bundle/tabular"] path = bundle/tabular url = https://github.com/godlygeek/tabular.git +[submodule "bundle/vim-markdown"] + path = bundle/vim-markdown + url = https://github.com/tpope/vim-markdown.git diff --git a/bundle/vim-markdown b/bundle/vim-markdown new file mode 160000 index 00000000..fdc0f091 --- /dev/null +++ b/bundle/vim-markdown @@ -0,0 +1 @@ +Subproject commit fdc0f091c78cd9a474ac3e3cf40ba7d6933ef9da -- cgit 1.4.1