gmarik
3ad4b0334c
Revert "change &rtp manipulation"
- causes #203
This reverts commit 1e140c9f6b .
14 years ago
Techlive Zheng
2b0ae7215f
Use the global bundles instead of reinitializing
14 years ago
Sam Lidder
56ee523240
fix test for glob* function compatibility
- not all versions of vim 7.2 support the extra argument for glob*(),
only those compiled with patch 51
14 years ago
gmarik
1e140c9f6b
change &rtp manipulation
- make it append only (instead both append + prepend)
- which draws *_rm_a and *_add_a useless as &rtp order gets preserved
- benefits: simpler, faster, less code
14 years ago
Zeux
1a935a259b
Fix wget/win32 codepath for script searching.
The codepath does not appear to have been tested; mv on Win32 is move,
and substitute has 4 arguments instead of 3.
14 years ago
Yury Khalyavin
5e9cbda7be
Vundle can manage Vundle, when it cloned as git submodule
When vundle installed as git submodule, git create file '.git' instead of
directory '.git'.
And vundle cannot update by self :(
14 years ago
mduan
c4985923e2
Also update submodules during git pull
14 years ago
mduan
f928ba0491
Make git clone also grab submodules
With just `git clone`, submodules are not grabbed. This is an issue for
certain plugins, such as 'kevinw/pyflakes-vim' that requires a pyflakes
submodule
14 years ago
robi-wan
c678b861dc
fix Changelog after BundleInstall! on windows
- add /d switch to cd command to perform drive change
- enclose joined commands with quotes
14 years ago
Matt Furden
e56d772ecf
Return bundle status without using git output text
Instead checking for specific text in the output of the git commands, determine
the status of the bundle by comparing the sha of HEAD before and after the
git pull command.
14 years ago
gmarik
d62b51a8fe
helptags status
- as before Helptags returned 'updated'
14 years ago
gmarik
faf8dd38b6
Safeguard when no matches
- addresses #162 issues
14 years ago
Matt Furden
f84fee8839
Add message on how to view changelog after Update.
If no errors exist, the status-line will inform users how to view the
Changelog after BundleUpdate! is completed.
14 years ago
Matt Furden
a52d4b91f4
Get initial/updated shas from `git pull` output.
Instead of creating a vundle_update tag to compare changes between update
and HEAD we now use the output from `git pull` to get initial/updated shas.
14 years ago
Matt Furden
e999886db5
Use 'new' & 'updated' to build updated_bundle list
Distinction between `new` and `updated` simplifies the process
of adding a bundle to the updated_bundle list.
14 years ago
gmarik
8c4e0a4a31
add `new` status
14 years ago
gmarik
c6f7607e85
add `new` status
14 years ago
Matt Furden
769feb9fff
Add GitHub Compare link to Changelog.
If the Bundle is hosted on GitHub include link to compare the commit range
visually on GitHub.
14 years ago
Matt Furden
09560847ca
Create Changelog when performing BundleInstall!
Keeps track of the current commit with a vundle_update tag before
perfoming an update and adds all commits pulled in the update to a
Changelog accessible via pressing 'u' after BundleInstall! completes.
14 years ago
gmarik
5b0bb1375d
inline loop
- also work in batches
14 years ago
gmarik
1fce719532
make rtpath an attribute
- having it as a function makes it slower
14 years ago
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
Matthew Boston
eb61670e4d
update vundle.vim to version 0.9
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