gmarik
|
3edc20673d
|
go without Vundle log
|
14 years ago |
gmarik
|
8496d6c604
|
map R key to reload bundles
|
14 years ago |
gmarik
|
617ccb62ec
|
glob instead expand
|
14 years ago |
gmarik
|
9147f84f85
|
display bundle per line
|
14 years ago |
gmarik
|
c11feb715f
|
bump version to 0.7
|
14 years ago |
gmarik
|
94d0d42ff6
|
minor fix
|
14 years ago |
gmarik
|
8710b90f66
|
hls doesn't work
|
14 years ago |
gmarik
|
618573c996
|
display counts
|
14 years ago |
gmarik
|
2ee83f8bde
|
autocomplete Bundles command
|
14 years ago |
gmarik
|
3de88b4644
|
remove extra redraw
|
14 years ago |
gmarik
|
a4a3a23658
|
minor improvements:
|
14 years ago |
gmarik
|
9869d5b9fa
|
check for actual helptag files
|
14 years ago |
gmarik
|
c23ccfabda
|
move logging to install
|
14 years ago |
gmarik
|
dd5b44db2c
|
require bunch
|
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
|
851fe26a45
|
add keymap help and bindings
|
14 years ago |
gmarik
|
035cc6ecba
|
:BundleInstall is gone for now
|
14 years ago |
gmarik
|
749ec129da
|
fetch and replace in single run
|
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
|
d9bdffe74f
|
group related conditions
|
14 years ago |
gmarik
|
5ce63c7de1
|
support short github uris
- ie, like this
Bundle 'gmarik/vundle'
|
14 years ago |
gmarik
|
bf5e062927
|
use https instead http
|
14 years ago |
gmarik
|
3f216f13e4
|
support gh: and github: uri shorthands
|
14 years ago |
gmarik
|
dcade75133
|
fixed bug
- map modifies source collection
- arrays are passed by reference
- resulted in remapping g:bundles into list or directories
|
14 years ago |
gmarik
|
f99ca2e5ac
|
replaced loops with functional analogues
|
14 years ago |
gmarik
|
de308ff406
|
remove require guard
- was beaking case when bundle is already installed(downloaded) but not
configured
- should not affect other cases as adding require is pretty safe
|
14 years ago |
gmarik
|
fb77c082e6
|
add bundle.rtpath to &rtp on require
|
14 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
|
14 years ago |
gmarik
|
b893d3f005
|
bangs are "booleans" now
|
14 years ago |
gmarik
|
5f13029754
|
formatting
|
14 years ago |
gmarik
|
02d76b101b
|
do not debug log
|
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
|
39eaa069ec
|
Fixed helptags generation
|
14 years ago |
gmarik
|
71865630ea
|
minor fix
|
14 years ago |
gmarik
|
036cd82989
|
helptags generation split
|
14 years ago |
gmarik
|
cda847b7a7
|
Use single quotes for search results
|
14 years ago |
gmarik
|
840cd3b683
|
Reverse search results to show most recent on top
|
14 years ago |
gmarik
|
f002815be0
|
Ignore case when searching scripts
|
14 years ago |
gmarik
|
2aa86954ea
|
Bugfix: Fixed pattern
|
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
|
79e2e58107
|
Bugfix: fixed condition to source $MYGVIMRC
|
14 years ago |