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

Store bundles in a sorted dictionary #109

Closed
wants to merge 2 commits into from
Closed

Store bundles in a sorted dictionary #109

wants to merge 2 commits into from

Commits on Nov 7, 2011

  1. Store bundles in a sorted dictionary

    By storing bundles in a sorted dictionary (dictionary + list of keys),
    the bundle does not need to be reparsed during installation if it has
    already been initialised, and any additional options passed in the
    original command are kept.
    
    This changeset is also an initial attempt to stabilise the name vs
    spec naming convention, where a bundle spec is whatever is used to
    specify a bundle, be it a name, user/name, full uri, etc., and name is
    the name of the bundle that will become a directory under the bundles
    directory.
    
    closes #1
    jdevera committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    ddf9132 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2011

  1. Allow overriding bundle name

    This changeset allows the second parameter of the Bundle command (a
    dictionary) to override bundle object fields that come from parsing the
    bundle spec. This means that
     Bundle 'abolish.vim', {'name' : 'abo'}
    will be installed in a bundle directory named 'abo', rather than
    'abolish.vim', which is the name parsed from the bundle spec.
    jdevera committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    69ad843 View commit details
    Browse the repository at this point in the history