forked from VundleVim/Vundle.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16a8aed
commit 5b38044
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Change Log | ||
========== | ||
F = Feature, B = Bug Fix, D = Doc Change | ||
|
||
### Version 0.10 | ||
- F: #415 Support plugin pinning (for non-git repos & preventing updates) | ||
- F: #440 Detect plugin name collisions | ||
- F: #418 Deferred rtp manipulation (speeds up start) | ||
- B: #418 Leave default rtp directories (i.e. ~/.vim) where they should be | ||
- B: #429 Fix newline character in log | ||
- B: #440 Detect changed remotes & update repos | ||
- D: #435 Image update in README.md | ||
- D: #419 Add function documentation | ||
- D: #436 Rename vundle->Vundle.vim, add modelines, quickstart update |