tpope / vim-bundler

bundler.vim: Lightweight support for Ruby's Bundler
https://www.vim.org/scripts/script.php?script_id=4280
404 stars 29 forks source link

Please document `Bedit` with no arguments opens `Gemfile.lock` #31

Open paulepanter opened 10 years ago

paulepanter commented 10 years ago

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.
Peeja commented 10 years ago

Also, the other :B* commands follow the same pattern. If the command would :lcd (e.g., :Bsplit), then the no-argument version opens the Gemfile. If the command would not :lcd (e.g., :Bsplit!), then the no-argument version opens the Gemfile.lock.

I'm not sure how to document that without getting really wordy.