gmarik
|
9dcdbf16c6
|
support file:// scheme and repo/.git path
|
13 years ago |
termac
|
7e7cde6444
|
fix regex for local repositories
|
13 years ago |
Brad Anderson
|
37eba9825c
|
Make :BundleClean work on Windows
|
13 years ago |
Brad Anderson
|
555703d393
|
Fix error if directory already exists on windows
|
13 years ago |
Brad Anderson
|
3854318432
|
Use DOS commands on Windows
|
13 years ago |
gmarik
|
0852047c90
|
use empty() where possible
|
13 years ago |
gmarik
|
a3c4221763
|
Verify if bundle selected
|
13 years ago |
gmarik
|
92743769fb
|
Remove quotes from names and uris
|
13 years ago |
gmarik
|
3edc20673d
|
go without Vundle log
|
13 years ago |
gmarik
|
8496d6c604
|
map R key to reload bundles
|
13 years ago |
gmarik
|
617ccb62ec
|
glob instead expand
|
13 years ago |
gmarik
|
9147f84f85
|
display bundle per line
|
13 years ago |
gmarik
|
c11feb715f
|
bump version to 0.7
|
13 years ago |
gmarik
|
94d0d42ff6
|
minor fix
|
13 years ago |
gmarik
|
8710b90f66
|
hls doesn't work
|
13 years ago |
gmarik
|
618573c996
|
display counts
|
13 years ago |
gmarik
|
2ee83f8bde
|
autocomplete Bundles command
|
13 years ago |
gmarik
|
3de88b4644
|
remove extra redraw
|
13 years ago |
gmarik
|
a4a3a23658
|
minor improvements:
|
13 years ago |
gmarik
|
9869d5b9fa
|
check for actual helptag files
|
13 years ago |
gmarik
|
c23ccfabda
|
move logging to install
|
13 years ago |
gmarik
|
dd5b44db2c
|
require bunch
|
13 years ago |
gmarik
|
cd5fb8e21e
|
order commands
|
13 years ago |
gmarik
|
1695316a29
|
Revert ":BundleInstall is gone for now"
what was I thinking...?!
This reverts commit 035cc6ecba .
|
13 years ago |
gmarik
|
851fe26a45
|
add keymap help and bindings
|
13 years ago |
gmarik
|
035cc6ecba
|
:BundleInstall is gone for now
|
13 years ago |
gmarik
|
749ec129da
|
fetch and replace in single run
|
13 years ago |
gmarik
|
b85b45b80f
|
introduce :Bundles
- unify search and browse unders same interface
|
13 years ago |
gmarik
|
3f13edf6aa
|
refactor. simple UI to install individual scripts
|
13 years ago |
gmarik
|
d9bdffe74f
|
group related conditions
|
13 years ago |
gmarik
|
5ce63c7de1
|
support short github uris
- ie, like this
Bundle 'gmarik/vundle'
|
13 years ago |
gmarik
|
bf5e062927
|
use https instead http
|
13 years ago |
gmarik
|
3f216f13e4
|
support gh: and github: uri shorthands
|
13 years ago |
gmarik
|
dcade75133
|
fixed bug
- map modifies source collection
- arrays are passed by reference
- resulted in remapping g:bundles into list or directories
|
13 years ago |
gmarik
|
f99ca2e5ac
|
replaced loops with functional analogues
|
13 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
|
13 years ago |
gmarik
|
fb77c082e6
|
add bundle.rtpath to &rtp on require
|
13 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
|
13 years ago |
gmarik
|
b893d3f005
|
bangs are "booleans" now
|
13 years ago |
gmarik
|
5f13029754
|
formatting
|
13 years ago |
gmarik
|
02d76b101b
|
do not debug log
|
13 years ago |
gmarik
|
f0d8f98351
|
complete BundleInstall command
|
13 years ago |
gmarik
|
6d1d018bf7
|
multiline format commands
|
13 years ago |
gmarik
|
16f04557ed
|
Bump version to 0.6
|
13 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 |