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

Collected fixes (#509, #575) #589

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2015

  1. sort out plugin name registry handling (VundleVim#509)

    - rename s:check_bundle_name to s:register_bundle_name,
      it has the side-effect of updating the bundle name registry
    - expand possible return values
    - re-registering a plugin name for the same bundle is no conflict
    - don't continue processing plugins if registration fails
    Claus Reinke committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    908662e View commit details
    Browse the repository at this point in the history
  2. fix system call handling on windows (VundleVim#575)

    - ensure that all system calls go via installer.vim
      (vundle#installer#system, used to be s:system)
    - escape/wrap complex command sequences
    - log commands before trying to execute them
    Claus Reinke committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    dcf9c39 View commit details
    Browse the repository at this point in the history
  3. limit extra shellescape to windows

    Claus Reinke committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    5a79ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2015

  1. simplify system call wrapping for cmd.exe

    Claus Reinke committed Apr 6, 2015
    Configuration menu
    Copy the full SHA
    29cfcf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. account for system call patches in vim

    Claus Reinke committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    27ed4c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. be more specific about patch system calls

    - only test for os, vim version and patch level once
    - on old vims, only wrap system argument for cmd.exe
    Claus Reinke committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    8162713 View commit details
    Browse the repository at this point in the history