Skip to content

Commit

Permalink
Use Specific Revision of vim-rspec
Browse files Browse the repository at this point in the history
Pending resolution of thoughtbot/vim-rspec#68, this commit points
vim-rspec to the `HEAD` revision of `reshleman/vim-rspec`, which is the
commit prior to the introduction of the associated bug. (Vundle doesn't
allow a revision to be specified other than master...)
  • Loading branch information
reshleman committed Mar 31, 2015
1 parent 920ca94 commit 77fcf10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.bundles.local
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Plugin 'altercation/vim-colors-solarized.git'
Plugin 'rking/ag.vim'
Plugin 'tpope/vim-dispatch'

" Pending resolution of thoughtbot/vim-rspec#68
Plugin 'reshleman/vim-rspec', {'name': 'reshleman-vim-rspec'}

0 comments on commit 77fcf10

Please sign in to comment.