Added vim-bundler with :Bopen to browse bundled gem code

This commit is contained in:
Danny Olson & Yan Pritzker 2012-05-02 22:47:34 -07:00
parent 52a6266ce4
commit b879e053b3
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@ -308,3 +308,6 @@
[submodule "vim/bundle/skwp-vim-spec-finder"]
path = vim/bundle/skwp-vim-spec-finder
url = https://github.com/skwp/vim-spec-finder
[submodule "vim/bundle/tpope-vim-bundler"]
path = vim/bundle/tpope-vim-bundler
url = https://github.com/tpope/vim-bundler

View File

@ -322,6 +322,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* `,jV` vendor
* `,jF` factories
* `Cmd-Shift-P` - Clear CtrlP cache
* `:Bopen [gem name]` to navigate to a gem (@tpope/vim-bundler)
#### RSI-reduction
@ -423,6 +424,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* jasmine.vim - support for jasmine javascript unit testing, including snippets for it, before, etc..
* vim-coffeescript - support for coffeescript, highlighting
* vim-stylus - support for stylus css language
* vim-bundler - work with bundled gems
#### TextObjects

@ -0,0 +1 @@
Subproject commit f2abc73969de37ef68e1cd47a4e3b2507c79495a