From 77fcf10636c4e8336e4eae97d488b7fb346b8be8 Mon Sep 17 00:00:00 2001 From: Robert Eshleman Date: Tue, 31 Mar 2015 16:08:24 -0400 Subject: [PATCH] Use Specific Revision of `vim-rspec` 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...) --- vimrc.bundles.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc.bundles.local b/vimrc.bundles.local index 6d4a967..e92226f 100644 --- a/vimrc.bundles.local +++ b/vimrc.bundles.local @@ -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'}