summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-02-01 19:27:23 -0500
committerJune McEnroe <june@causal.agency>2012-02-01 19:27:23 -0500
commita35e87849fca46b2fbfedc88cb6db8b6361971be (patch)
tree47459c455133dc13676384c53479c5ee3271edaa
parentAdd tabular.vim (diff)
downloadsrc-a35e87849fca46b2fbfedc88cb6db8b6361971be.tar.gz
src-a35e87849fca46b2fbfedc88cb6db8b6361971be.zip
Add vim-markdown
Diffstat (limited to '')
-rw-r--r--.gitmodules3
m---------bundle/vim-markdown0
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
d=f9a69500226c4a32dfca85401358a01a469e3951&follow=1'>Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe