diff options
author | June McEnroe <programble@gmail.com> | 2012-02-01 19:27:23 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-02-01 19:27:23 -0500 |
commit | 21c743095bf9f006c586a342a14dc9726765d326 (patch) | |
tree | 47459c455133dc13676384c53479c5ee3271edaa | |
parent | Add tabular.vim (diff) | |
download | src-21c743095bf9f006c586a342a14dc9726765d326.tar.gz src-21c743095bf9f006c586a342a14dc9726765d326.zip |
Add vim-markdown
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-markdown | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject fdc0f091c78cd9a474ac3e3cf40ba7d6933ef9d |