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

Commits on Mar 15, 2014

  1. Removes trailing slash on bundle_path

    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 committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    b0dc90d View commit details
    Browse the repository at this point in the history