Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes trailing slash on bundle_path #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-warner
Copy link
Contributor

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 that kills the window

This only happens with locally bundled gems,
BUNDLE_DISABLE_SHARED_GEMS set, and the BUNDLE_PATH ends with a /, so
chop it off if it's there

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 that kills the window

This only happens with locally bundled gems,
BUNDLE_DISABLE_SHARED_GEMS set, and the BUNDLE_PATH ends with a /, so
chop it off if it's there
@a-warner
Copy link
Contributor Author

There may be some issues with this one...let me do some troubleshooting and get back to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant