gmarik
|
dd5b44db2c
|
require bunch
|
15 years ago |
gmarik
|
5ce63c7de1
|
support short github uris
- ie, like this
Bundle 'gmarik/vundle'
|
15 years ago |
gmarik
|
bf5e062927
|
use https instead http
|
15 years ago |
gmarik
|
3f216f13e4
|
support gh: and github: uri shorthands
|
15 years ago |
gmarik
|
f99ca2e5ac
|
replaced loops with functional analogues
|
15 years ago |
gmarik
|
fb77c082e6
|
add bundle.rtpath to &rtp on require
|
15 years ago |
gmarik
|
b3216ac594
|
do not require on load
- this was intended for case when user uncomments installed `Bundle` and
reloads .vimrc; which should make the bundle available
- TODO: later
|
15 years ago |
gmarik
|
117ff5c27c
|
allow :BundleInstall script_name
|
15 years ago |
gmarik
|
2aa86954ea
|
Bugfix: Fixed pattern
|
15 years ago |
gmarik
|
8a253e4154
|
:VundleLog - shows commands log
|
15 years ago |
gmarik
|
55a5ef041c
|
Preserve `rtp` ordered according to Bundle declarations
- fixes https://github.com/gmarik/vundle/issues#issue/3
- TODO: not the most efficient approach
|
15 years ago |
gmarik
|
46f5dcd5cc
|
Issue with command-T and explicit loading
|
15 years ago |
gmarik
|
e9f430ee0e
|
TODOs
|
15 years ago |
gmarik
|
e1b4ef5f09
|
Require installed script
- so it's ready to use right after installation
|
15 years ago |
gmarik
|
04ac11f435
|
Fixed some dependencies
|
15 years ago |
gmarik
|
5db64d6709
|
autoload/vundle.vim extracted into smaller files
- vundle.vim - entrypoing and loader
- config.vim - configuration and runtimepath management
- installer.vim - installation and docs
|
15 years ago |