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

Open relative paths under the working directory #2

Closed
wants to merge 4 commits into from
Closed

Open relative paths under the working directory #2

wants to merge 4 commits into from

Commits on Oct 8, 2010

  1. Add a source to the Gemfile.

    `bundle install` dies otherwise.
    
    (At least for me; I'm using Bundler 1.0.2.)
    matthewtodd committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    89213be View commit details
    Browse the repository at this point in the history
  2. Open relative paths under the working directory.

    This reduces absolute path noise in the buffer list, status line, tab
    line, etc., for the usual no-arg case of opening files in the working
    directory.
    
    It falls back to the previous absolute path behavior for files outside
    the working directory.
    matthewtodd committed Oct 8, 2010
    Configuration menu
    Copy the full SHA
    71e8464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e3558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beee266 View commit details
    Browse the repository at this point in the history