Sam Lidder
b6071db7a5
make calls to glob* compatible with vim 7.1
14 years ago
gmarik
f6ce31fa38
https is a default proto
- as `http` one just redirects to `https` on GitHub
14 years ago
gmarik
3e7b39fe52
introduce g:vundle_default_git_proto option
- use `let g:vundle_default_git_proto = 'git'` to set default protocol
to build URIs to clone from
14 years ago
gmarik
162b1bdd4f
treat transcient bundles as configured
- "transcient bundle" - a bundle installed with :BundleInstall or interactively
without being declared in .vimrc
- treat them the as if they were configured
- so everything works the same
- ie before this change helptags weren't generated automatically
with `BundleInstall bundle` or with interactive mode
- it changes the way `:BundleClean` works, since it removes directories
that aren't bundles
- FIX: `:source .vimrc` to let `:BundleClean` remove transcient bundles
- closes #99
14 years ago
gmarik
73daf4eb9f
replace exec with system()
- closes #64
14 years ago
gmarik
c97bfafdd4
%T formatter breaks MS Win use portable instead
- closes #104
14 years ago
gmarik
43080a1e5c
ignore wildignore with expand/glob
- closes #110
14 years ago
Randy Morris
5adaa6b3c4
give BundleClean prompt a default value of 'y'
Also save/restore input so potential mappings aren't broken.
14 years ago
Randy Morris
b0d3b6f8f6
whitespace changes in the BundleClean input prompt
14 years ago
Randy Morris
99c112fe4f
add whitespace to search map
Prevents the user from having to type a space before the search term.
14 years ago
gmarik
8122fb1a96
fix appending to nomodifiable buffer
- closes #80
14 years ago
gmarik
bf25e018bc
make function reloadable
14 years ago
gmarik
304e63642b
avoid flicker when operating
- use `redraw` instead `redraw!`
- closes #90
14 years ago
gmarik
152a0d4332
fix spelling
15 years ago
gmarik
0324149a0e
change keybindings
15 years ago
gmarik
8f13a839dd
source manually installed bundles as well
15 years ago
gmarik
80e6e3c91a
escape path
15 years ago
gmarik
b571067525
use capital D to map delete cmd
- to avoid accidental removal
15 years ago
gmarik
17b4a11588
Fix spelling
15 years ago
gmarik
2506ac3c67
rename storage file
- so it better reflects the content
15 years ago
gmarik
22b86e2979
g:bundle_dir/.vundle is a storage dir now
- do not clutter up ~/
15 years ago
gmarik
3f4ed10b55
log file is a tempfile
- not sure if there's a need for log file in predefined location
- installer is verbose enough to signal errors
15 years ago
gmarik
06480ede43
delete buffer if it loaded
- to avod error when deleting nonexisting buffer
15 years ago
gmarik
e1e2c64caa
Improve message
- show installation destination
15 years ago
gmarik
73e9c651fa
helptags is a part of install script now
15 years ago
gmarik
e4715271ec
initialize bundle instead crafting path manually
15 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
15 years ago
gmarik
9a82aaf500
timestamp log entries
15 years ago
gmarik
1874255efd
remove reload_bundles at all
15 years ago
gmarik
72f059b6c1
arrangement
15 years ago
gmarik
ad9804671c
remove setup_view()
- merge with view()
- no need for having both
15 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
15 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.
15 years ago
gmarik
055439e1fc
helptags are logged-only
15 years ago
gmarik
aa9bd35eab
improve message, suggest log on errors
15 years ago
gmarik
1e516d3249
fix messages
15 years ago
gmarik
97d4520c50
improve :BundleClean
15 years ago
gmarik
f49bbe8598
remove duplication
15 years ago
gmarik
03981c75ab
no need to clone array
15 years ago
gmarik
1adcfc5154
fix BundleClean
15 years ago
gmarik
c66519076d
clone results so id doesnt get modified inplace
15 years ago
gmarik
1fce117e54
do not write to file or create swap
15 years ago
gmarik
d893507b4f
extracted common code
- but don't like it
15 years ago
gmarik
3052422f50
unifying code
15 years ago
gmarik
ec8b56e7ae
BundleClean uses new UI as well
- TODO: refactor: extract common code
15 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.
15 years ago
gmarik
e8c962156c
commenting
15 years ago
gmarik
8a77bbfa35
start from current line
15 years ago
gmarik
fbf63ef617
put cursor on the next line after headers
15 years ago
gmarik
42f5825f70
verbose logging
15 years ago