From f834232cb1de009735839f8b1372dd133a87532f Mon Sep 17 00:00:00 2001 From: Sagie Maoz Date: Wed, 23 May 2012 21:54:06 +0300 Subject: [PATCH] Adding webapi-vim. webapi-vim is a Vim interface to Web APIs. It is required by Gist.vim (already part of YADR) to be able to post gists to Github via OAuth2. See https://github.com/mattn/webapi-vim for details. Gist.vim requirements note: http://git.io/pwMo9A#requirements --- .gitmodules | 3 +++ vim/bundle/mattn-webapi-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/mattn-webapi-vim diff --git a/.gitmodules b/.gitmodules index b8342f2..9048abd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -316,3 +316,6 @@ [submodule "vim/bundle/groenewege-vim-less"] path = vim/bundle/groenewege-vim-less url = https://github.com/groenewege/vim-less.git +[submodule "vim/bundle/mattn-webapi-vim"] + path = vim/bundle/mattn-webapi-vim + url = https://github.com/mattn/webapi-vim.git diff --git a/vim/bundle/mattn-webapi-vim b/vim/bundle/mattn-webapi-vim new file mode 160000 index 0000000..d18dc67 --- /dev/null +++ b/vim/bundle/mattn-webapi-vim @@ -0,0 +1 @@ +Subproject commit d18dc67d6d4747f084848280a7b44f0ed51a2f48