gmarik
e1e2c64caa
Improve message
- show installation destination
13 years ago
gmarik
73e9c651fa
helptags is a part of install script now
13 years ago
gmarik
e4715271ec
initialize bundle instead crafting path manually
13 years ago
gmarik
d41ce3ea35
quite a refactor
- batch process just iterates through the lines and calls specified
action
- individual actions give visual feedback aswell
- allow Helptags command as a part of installation process
13 years ago
gmarik
9a82aaf500
timestamp log entries
13 years ago
gmarik
d71770dc0a
Merge remote branch 'dbox/nin' into nin
13 years ago
gmarik
1874255efd
remove reload_bundles at all
13 years ago
gmarik
5077f37d9d
Merge branch 'nin' of http://github.com/gmarik/vundle into nin
13 years ago
gmarik
72f059b6c1
arrangement
13 years ago
gmarik
ad9804671c
remove setup_view()
- merge with view()
- no need for having both
13 years ago
gmarik
5c06a28fca
couple logging fixes
- log is global array so log can be viewed any time
- log gets written to a defined location ~/.vim-vundle/vundle.log
- TODO: write log changes as they happen
13 years ago
gmarik
530dbb8001
Merge pull request #75 from jdevera/nin
Use only already loaded Bundles for installation, do not source vimrc again
13 years ago
Jacobo de Vera
7701ac5fd8
Do not reload vimrc on BundleInstall
BundleInstall sources the current vimrc in order to reload all Bundles
in order to consider new Bundles that might have been added by the user
directly on their vimrc file. This, however, should not be Vundle's
responsibility, changes in vimrc should not be applied unless it is
re-sourced explicitly by the user.
This makes Vundle use the known list of Bundles for installation.
13 years ago
gmarik
5eef56a965
Merge remote branch 'origin/master' into nin
13 years ago
gmarik
97d72cf954
trying out new GitHub editor
13 years ago
gmarik
055439e1fc
helptags are logged-only
13 years ago
gmarik
aa9bd35eab
improve message, suggest log on errors
13 years ago
gmarik
1e516d3249
fix messages
13 years ago
gmarik
97d4520c50
improve :BundleClean
13 years ago
gmarik
f49bbe8598
remove duplication
13 years ago
gmarik
03981c75ab
no need to clone array
13 years ago
gmarik
1adcfc5154
fix BundleClean
13 years ago
gmarik
c66519076d
clone results so id doesnt get modified inplace
13 years ago
gmarik
1fce117e54
do not write to file or create swap
13 years ago
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