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

Don't double-encode URLs before parsing them #33

Merged
merged 1 commit into from
Sep 6, 2013
Merged

Don't double-encode URLs before parsing them #33

merged 1 commit into from
Sep 6, 2013

Commits on Jul 17, 2013

  1. Don't double-encode URLs before parsing them

    <https://code.google.com/p/macvim/issues/detail?id=316> wasn't a bug.
    
    When you're constructing a URL, you *should* end up escaping URL-unsafe
    characters twice: once for the `file:` URL and once for the `mvim:` URL.
    Escaping it inside MacVim breaks legit URLs with escapes at the `mvim:` level.
    s4y committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    fe5039c View commit details
    Browse the repository at this point in the history