Rykka
e43febf03c
fnameescape bundle_dir
14 years ago
Rykka
e7e7c1bc14
0
14 years ago
Rykka
a736eb551c
rmv &rtp after runtime it.
14 years ago
Rykka
ed3a4ccebe
rm local.vim
14 years ago
Rykka
688ad53e50
0
14 years ago
Rykka
3ed932e023
0
14 years ago
Rykka
b70e5d5d27
0
14 years ago
Rykka
1dd97eca2e
0
14 years ago
Rykka
7f602407bd
0
14 years ago
Rykka
ae637f484e
0
14 years ago
Rykka
66e96a613b
0
14 years ago
Rykka
1d839af1dc
0
14 years ago
Rykka
7c94bfb4af
0
14 years ago
Rykka
bcb6d56394
0
14 years ago
Rykka
fbfdf1d0b6
0
14 years ago
Rykka
0f06cd8ac2
0
14 years ago
Rykka
c18cfa98e9
g:vundle_
14 years ago
Rykka
7d68d686bb
add localbundle and it's vimrc sample
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