Skip to content

Commit

Permalink
Merge pull request carlhuda#427 from richardkmichael/gist-and-submodules
Browse files Browse the repository at this point in the history
Gist and submodules
  • Loading branch information
kalbasit committed Apr 6, 2012
2 parents ebde6f0 + 60e0b96 commit b401d98
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Expand Up @@ -143,7 +143,10 @@
[submodule "janus/vim/tools/endwise"]
path = janus/vim/tools/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "janus/vim/tools/gist-vim"]
[submodule "janus/vim/tools/webapi"]
path = janus/vim/tools/webapi
url = https://github.com/mattn/webapi-vim.git
[submodule "janus/vim/tools/gist"]
path = janus/vim/tools/gist
url = https://github.com/mattn/gist-vim.git
[submodule "janus/vim/tools/vimwiki"]
Expand Down
3 changes: 3 additions & 0 deletions janus/submodules.yaml
Expand Up @@ -86,7 +86,10 @@ submodules:
easymotion:
endwise:
fugitive:
webapi:
gist:
dependencies:
- webapi
gundo:
indent-object:
kwbd:
Expand Down
2 changes: 1 addition & 1 deletion janus/vim/langs/cucumber
Submodule cucumber updated 1 files
+16 −15 syntax/cucumber.vim
2 changes: 1 addition & 1 deletion janus/vim/langs/markdown
Submodule markdown updated 1 files
+1 −1 syntax/markdown.vim
2 changes: 1 addition & 1 deletion janus/vim/langs/rails
Submodule rails updated 1 files
+8 −12 autoload/rails.vim
2 changes: 1 addition & 1 deletion janus/vim/tools/ctrlp
2 changes: 1 addition & 1 deletion janus/vim/tools/fugitive
Submodule fugitive updated 1 files
+9 −8 plugin/fugitive.vim
2 changes: 1 addition & 1 deletion janus/vim/tools/gist
Submodule gist updated from 698683 to bac65b
2 changes: 1 addition & 1 deletion janus/vim/tools/nerdtree
2 changes: 1 addition & 1 deletion janus/vim/tools/tagbar
2 changes: 1 addition & 1 deletion janus/vim/tools/vroom
1 change: 1 addition & 0 deletions janus/vim/tools/webapi
Submodule webapi added at a7d2c8

0 comments on commit b401d98

Please sign in to comment.