-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I've found out that your latest changes introduced a bug where calling e.g.
:Bedit rails
returned a message saying it couldnot find the gem 'rails'
When I reverted to commit ecfb0a2 I can succesfully do the same command.
Steps to reproduce:
- just generate a simple rails app
rails new bundler_test
- fire up vi with the vim-bundler plugin enabled
- Try to open the rails gem
:Bedit rails
When I execute the following in vim
:echo bundler#buffer().project().gems()
the following is returned when I use vim-bundler HEAD
{'action_mailer': '/Users/cvp/.rbenv/versions/fast-require/lib/ruby/gems/1.9.1/gems/actionmailer-3.2.9'}
You can find my .vim dir here: https://github.com/khelben/vimfiles
It is just pathogen controlled set of vim plugins
Metadata
Metadata
Assignees
Labels
No labels