gmarik
|
51d1bc60e4
|
Merge branch 'master' into v
|
13 years ago |
gmarik
|
139498855b
|
some MSWin fixes
|
13 years ago |
gmarik
|
191de1ffe7
|
support checking out specified revision
- master by default
|
13 years ago |
gmarik
|
0debd50db3
|
when pulling use remote uri; also merge defaults
|
13 years ago |
gmarik
|
0925acd822
|
display Bundle's spec instead just name
- disambiguation
- also adds support for revision numbers
|
13 years ago |
gmarik
|
49e4ca7bb7
|
do not override default opts
- modify instead
|
13 years ago |
gmarik
|
a0124f066a
|
use Vim's lcd to change directories
- and get rid of shell equivalents
- profit: portable code (no MSwin specific stuff)
|
13 years ago |
gmarik
|
2d0909b816
|
name may have revision specified
- as SHA1/symbolic-ref/tag separated by space
Ie
Bundle 'gmarik/vundle test'
or
Bundle 'gmarik/vundle 5b4e238'
|
13 years ago |
gmarik
|
5b4e238ad9
|
Bundle cmd may have 2 arguments only
- uri/name [revision]
- option_hash
ie:
Bundle 'gmarik/vundle master', {'rtp':'test/'}
|
13 years ago |
gmarik
|
45d5155c43
|
let options override
|
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 |
gmarik
|
a17a896ab3
|
do not use shell lexer
- as it doesn't exist
|
13 years ago |
gmarik
|
87cc943f3c
|
change highlighting from console to shell
IMHO looks nicer
|
13 years ago |
gmarik
|
2bd69c17dc
|
fix indent
|
13 years ago |
gmarik
|
b67d22b6a6
|
more indent
|
13 years ago |
gmarik
|
3d074f9457
|
indent stuff
|
13 years ago |
gmarik
|
72fc48e481
|
Highlight code blocks
Closes #43
|
13 years ago |
|
a4e047373f
|
Merge pull request #42 from dag/fixed-some-typos
README: fix up some language
|
13 years ago |
Dag Odenhall
|
9e4d3701cb
|
README: fix up some language
|
13 years ago |
gmarik
|
e027944801
|
fix links
|
13 years ago |
gmarik
|
faf85e2992
|
README
updated links
|
13 years ago |