gmarik
5d2a24f27e
Experimental BundleMake command
13 years ago
gmarik
ad9804671c
remove setup_view()
- merge with view()
- no need for having both
14 years ago
gmarik
5c06a28fca
couple logging fixes
- log is global array so log can be viewed any time
- log gets written to a defined location ~/.vim-vundle/vundle.log
- TODO: write log changes as they happen
14 years ago
gmarik
ec8b56e7ae
BundleClean uses new UI as well
- TODO: refactor: extract common code
14 years ago
gmarik
4218a57934
use BundleSearch
- Bundles is not a good name for search
- BundleSearch undeprecated
- TODO: repurpose :Bundles cmd
14 years ago
gmarik
4167860539
:BundleList lists installed bundles
14 years ago
gmarik
b9226caacb
Rename sign definitions and simplify sign-ing
14 years ago
gmarik
a038016df3
extract signing into function
14 years ago
gmarik
06f84c898d
Add Active state and change signs
- > active
- + updated
- . up to date
- ! error
14 years ago
gmarik
a3f1c1e537
move signs to vundle.vim and use 3 states
- ! is error
- . is up-to-date
- * is updated
14 years ago
gmarik
eca5e06a55
awesome installer
14 years ago
gmarik
66a6de721d
Revert "Allow comments after Bundle declarations"
This reverts commit d840b24072
.
- makes " quotes unusable
14 years ago
Dmitri Iouchtchenko
d840b24072
Allow comments after Bundle declarations
14 years ago
gmarik
e3760e22c2
fixed version
14 years ago
gmarik
8565792679
allow custom bundle_dir
14 years ago
gmarik
5f2c8dc491
fix
14 years ago
gmarik
b1fc8b6d16
indent
14 years ago
gmarik
704a6dee95
embed filetype settings
14 years ago
gmarik
3edc20673d
go without Vundle log
14 years ago
gmarik
c11feb715f
bump version to 0.7
14 years ago
gmarik
2ee83f8bde
autocomplete Bundles command
14 years ago
gmarik
cd5fb8e21e
order commands
14 years ago
gmarik
1695316a29
Revert ":BundleInstall is gone for now"
what was I thinking...?!
This reverts commit 035cc6ecba
.
14 years ago
gmarik
035cc6ecba
:BundleInstall is gone for now
14 years ago
gmarik
b85b45b80f
introduce :Bundles
- unify search and browse unders same interface
14 years ago
gmarik
3f13edf6aa
refactor. simple UI to install individual scripts
14 years ago
gmarik
f0d8f98351
complete BundleInstall command
14 years ago
gmarik
6d1d018bf7
multiline format commands
14 years ago
gmarik
16f04557ed
Bump version to 0.6
14 years ago
gmarik
117ff5c27c
allow :BundleInstall script_name
14 years ago
gmarik
2df30b4c4f
Bang refactoring
- pass booleans instead '!'
14 years ago
gmarik
8a253e4154
:VundleLog - shows commands log
14 years ago
gmarik
814c420ec2
Adding BundleClean!
- BundleClean now requires confirmation
14 years ago
gmarik
75f14de912
BundleClean cleans up unused scripts
- removes unused directories
14 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
14 years ago
gmarik
dcc6443d30
Some metadata
14 years ago
gmarik
04ac11f435
Fixed some dependencies
14 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
14 years ago
gmarik
f324315826
Imroved logging
14 years ago
gmarik
7183003b26
extracted require function
14 years ago
gmarik
8955c848cb
Enable plugins without restarting Vim!
14 years ago
gmarik
cf68545caa
Put message back into s:install
14 years ago
gmarik
c30fc73961
Minor cleanup
14 years ago
gmarik
a9e235028c
BundleInstall and BundleInstall!
- BundleInstall installs only not installed scripts
- BundleInstall! installs(updates) all scripts
14 years ago
gmarik
280dbd5f71
Cleanup
14 years ago
gmarik
ae759f76c7
Fixed message
14 years ago
gmarik
68aa1b68eb
Provide feedback after helptags
14 years ago
gmarik
338bbf0daf
Bundle is a simple data object now
14 years ago
gmarik
d3f056026a
adding to runtimepath isn't bundle's responsibility
14 years ago
gmarik
9e411368e0
Misc fixes
14 years ago