vim-bundler icon indicating copy to clipboard operation
vim-bundler copied to clipboard

bundler.vim: Lightweight support for Ruby's Bundler

Results 9 vim-bundler issues
Sort by recently updated
recently updated
newest added

In larger ruby projects, vim-bundler increases vim startup time to several seconds. After bisecting my `.vimrc` I found the vim-bundler plugin to be the culprit. `Bundler version 1.6.2` ``` shell...

It work when jumping the Gem method in Rails project. However, it does not worker when I try to jump the other Gem method by tag in Gem files.

I'm using vim 7.4, vim-rbenv, and the latest vim-bundler code, and I'm having trouble with :Bopen . :Bundle works for me as expected but :Bopen is returning the error "Gem...

A tag is listed twice in the project – firstly with the relative path and secondly with the `Users/username/...` prefix. I simulated the issue with all other plugins disabled and...

When loading `gems.rb` files, I don't get any syntax highlighting, whereas I do with `gems.locked` (the filetype is `gemfilelock`). I'm on Vim 7.4, using the latest HEAD of `vim-bundler` and...

There seems to be some kind of conflict with bufkill.vim, triggered by doing something like: - "mvim ." in some project - :Btabedit somegem - :bd: or :q or anything...

It would be great to provide a bundle grep command. `Bgrep` would search on the directories listed on `bundle show --paths`.

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...

Could you please document in the help for `Bedit` that with no arguments `Gemfile.lock` is opened. ``` Please note, with no arguments, edits Gemfile.lock. ```