Open paulepanter opened 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.
Could you please document in the help for
Bedit
that with no argumentsGemfile.lock
is opened.