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
gmarik
2ace5098e2
Merge pull request #72 from jdevera/nin
Branch Nin: Adding .git to uris although github lets you clone without them
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
f8e887357e
Merge branch 'master' into nin
Conflicts:
autoload/vundle/scripts.vim
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
gmarik
a9609d88c4
Merge https://github.com/Flast/vundle into test
13 years ago
gmarik
6d5148f935
change lokaltog to Lokaltog
otherwise it's invalid bundle uri
13 years ago
Kohei Takahashi
47356d9ee5
fallback to use wget
13 years ago
gmarik
c411a207b4
Merge branch 'errs'
13 years ago
gmarik
560426c4a4
test invalid bundle aswell
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
ef101404f2
Fix sample easymotion uri
13 years ago
555b5195d7
move stuff to Wiki
13 years ago
af78dbcc57
move FAQ to Wiki
13 years ago
1e03b17dce
fixed sample .vimrc
13 years ago
gmarik
bdfe546788
Brief help
13 years ago
6af116c76f
require vundle bundle
13 years ago
gmarik
1d0c0ddb5f
test
13 years ago
gmarik
063f68b26e
expand path
13 years ago
gmarik
639ef572cf
Merge branch 'winfix'
13 years ago
gmarik
ac1c89353d
test
13 years ago
gmarik
a4d5fcac97
test " quotes as well
13 years ago
gmarik
c2289ba55c
Revert "Allow comments after Bundle declarations"
This reverts commit bb402facfb
.
13 years ago
gmarik
66a6de721d
Revert "Allow comments after Bundle declarations"
This reverts commit d840b24072
.
- makes " quotes unusable
13 years ago
gmarik
bb402facfb
Allow comments after Bundle declarations
- previous commit closes #13
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