diff options
author | June McEnroe <june@causal.agency> | 2012-01-14 19:57:48 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-01-14 19:57:48 -0500 |
commit | 10a8a533e75e757026fc059002b311250543d38a (patch) | |
tree | 8eec6f40b0cfc5186e845a126f6a179090edc844 | |
parent | Added maps for some Fugitive commands (diff) | |
download | src-10a8a533e75e757026fc059002b311250543d38a.tar.gz src-10a8a533e75e757026fc059002b311250543d38a.zip |
Added gist-vim
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/gist-vim | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87514d90..752e0632 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/vim-buffergator"] path = bundle/vim-buffergator url = https://github.com/jeetsukumaran/vim-buffergator.git +[submodule "bundle/gist-vim"] + path = bundle/gist-vim + url = https://github.com/mattn/gist-vim.git diff --git a/bundle/gist-vim b/bundle/gist-vim new file mode 160000 +Subproject 948266a54fd90473d7fbbbf663d5ddfa6d6d115 |