gmarik
d893507b4f
extracted common code
- but don't like it
13 years ago
gmarik
3052422f50
unifying code
13 years ago
gmarik
3284414c6a
Merge branch 'nin' of http://github.com/gmarik/vundle into nin
13 years ago
gmarik
0783fd5fdb
Merge pull request #73 from jdevera/nin
Marking the installer buffer as not modified
13 years ago
gmarik
ec8b56e7ae
BundleClean uses new UI as well
- TODO: refactor: extract common code
13 years ago
Jacobo de Vera
a56926fd5b
Mark installed buffer as not modified
Installer buffer is marked as modified after each installation. Mark it
as nomodified so that no warnings are shown when the buffer is closed.
13 years ago
gmarik
e8c962156c
commenting
13 years ago
gmarik
8a77bbfa35
start from current line
13 years ago
gmarik
fbf63ef617
put cursor on the next line after headers
13 years ago
gmarik
42f5825f70
verbose logging
13 years ago
gmarik
db8c5d5d62
use name_spec instead name
13 years ago
gmarik
5d4ee2de3d
adding missing require
13 years ago
gmarik
45e9e7091b
goto first line when viewing result
13 years ago
gmarik
4218a57934
use BundleSearch
- Bundles is not a good name for search
- BundleSearch undeprecated
- TODO: repurpose :Bundles cmd
13 years ago
gmarik
4167860539
:BundleList lists installed bundles
13 years ago
gmarik
23d047b76f
:BundleClean now lists Bundles before removal
13 years ago
gmarik
f95998e5f1
minor improvement
13 years ago
gmarik
eb9dfefe87
silence bufer deletion
13 years ago
gmarik
fc749cdcc1
remove duplication
13 years ago
gmarik
57474f97a7
extract common code
13 years ago
gmarik
b9226caacb
Rename sign definitions and simplify sign-ing
13 years ago
gmarik
96a58d427c
rename uptodate to todate status
- otherwise confusing with updated
13 years ago
gmarik
a038016df3
extract signing into function
13 years ago
gmarik
d09841e4a6
check if relativenumber option available
- blows up otherwise for default vim on SnowLeo
13 years ago
gmarik
ed0610c916
micro sleep
- to display message properly
13 years ago
gmarik
06f84c898d
Add Active state and change signs
- > active
- + updated
- . up to date
- ! error
13 years ago
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