gmarik
05501d3614
Distiguish ! command
13 years ago
gmarik
a3f1c1e537
move signs to vundle.vim and use 3 states
- ! is error
- . is up-to-date
- * is updated
13 years ago
gmarik
b4e7ca5e55
error out on unknown status
13 years ago
gmarik
60f299b227
get rid of error code, match error status too
13 years ago
gmarik
d37ab79841
match the output to find out the status
- rename statuses to be:
* error
* uptodate
* updated
13 years ago
gmarik
6c6efeeee5
Installer and Search use buffer
- instead writing to file and opening it
- faster and has nicer status name
- TODO unify
13 years ago
gmarik
865e4e2a6d
bind q to delete buffer
- as a cleanup
- TODO: make ESC or CTRL-C break installation
13 years ago
Jacobo de Vera
f1bfa5f6cf
Append '.git' to uris for short form repos
Uris for repos specified as user/repo end up being https://github.com/user/repo . For some reason, github allows cloning from such uris, however, it is better to rely on the addresses that github provide for cloning, and those include the trailing .git
This change appends .git to github repo uris when needed.
13 years ago
gmarik
e3623da0f9
use specified name with :BundleInstall
- otherwise it defautls to vim-scripts repos
- closes #69
- TODO: pass options aswell
13 years ago
gmarik
08caedc2b7
do not `set hls` global when searching
- otherwise may conflict with user preferences
- closes #68
13 years ago
gmarik
5bf9f8c353
basic logging
13 years ago
gmarik
9ff2d24fe8
do not reverse bundle list
13 years ago
gmarik
d5e7f95121
wrap system call (to log output)
13 years ago
gmarik
49f152de21
use keymap
13 years ago
gmarik
5787e7e99f
moved to scripts.vim
13 years ago
gmarik
db7db6232f
fixing whitespace
13 years ago
gmarik
eca5e06a55
awesome installer
13 years ago
gmarik
139498855b
some MSWin fixes
13 years ago
gmarik
da9efda74c
preserve cached scripts on errorneous response
- wget only
- curl preserves content with --fail switch
13 years ago
Kohei Takahashi
47356d9ee5
fallback to use wget
13 years ago
gmarik
3849b5b8a6
fix err
13 years ago
gmarik
b75036a8e3
improve message
- add status to return values
- check status to see if bundle installed
13 years ago
gmarik
8009682591
improve message disaplay
13 years ago
gmarik
2067c2fc62
Handle script fetching errors
- make curl --fail on HTTP errors
- make curl -o output to file
- handle erros
- silence curl output
- unify curl command
13 years ago
gmarik
46d6ac3dfb
Improved log message
13 years ago
gmarik
f84b02e635
handle errors
- do not redraw on errors
- echo error during installation
13 years ago
gmarik
063f68b26e
expand path
13 years ago
gmarik
66a6de721d
Revert "Allow comments after Bundle declarations"
This reverts commit d840b24072
.
- makes " quotes unusable
13 years ago
Dmitri Iouchtchenko
d840b24072
Allow comments after Bundle declarations
13 years ago
gmarik
06088de231
do not break on helptag generation errors
- just show the message
- closes #46
13 years ago
gmarik
63c3881a79
fix BundleInstall! on windows
- closes #45
- add /d swithc to cd command to perform drive change
- eclose joined commands with quotes
13 years ago
gmarik
a69866a942
expand bundle path
- closes #37
- join is useless there
13 years ago
gmarik
a2c5d5442d
Fix regex
13 years ago
Philip Roberts
997ec86eb5
Fixed typo in bundle installer.
no new bundless installed => no new bundles installed.
13 years ago
gmarik
fcad9a4bbb
closes #31
- append slash to indicate directory, so expand ingnores wildignore
settings
13 years ago
Dmitri Iouchtchenko
76273c31a1
fix parsing of GitHub repo paths
GitHub usernames cannot start with an underscore, but they can be a
single character long.
13 years ago
gmarik
63d283ce98
make helptags generation ignore wildignore
- closes #21
13 years ago
gmarik
e3760e22c2
fixed version
13 years ago
gmarik
ac7d519e2b
check for $MYVIMRC existence
13 years ago
gmarik
8565792679
allow custom bundle_dir
13 years ago
gmarik
c8d17b1cc6
ignore case when parsing name
13 years ago
gmarik
1599927a43
allow dash as github username
13 years ago
gmarik
5f2c8dc491
fix
13 years ago
gmarik
b1fc8b6d16
indent
13 years ago
gmarik
704a6dee95
embed filetype settings
13 years ago
gmarik
31dde613fc
use appropriate escape function
13 years ago
gmarik
a7aa94d699
indent
13 years ago
gmarik
68be1a6ef1
todo
13 years ago
gmarik
e6897ca8c1
message when nothing to clean
13 years ago
gmarik
72b3b5e6db
fix method call
13 years ago