From 72d653e1e0cffe2e48bd7a393acf08c96d6db50a Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 12 Aug 2015 11:51:04 -0600 Subject: Inidiat commit of working files --- bundle/Vundle.vim/changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bundle/Vundle.vim/changelog.md (limited to 'bundle/Vundle.vim/changelog.md') diff --git a/bundle/Vundle.vim/changelog.md b/bundle/Vundle.vim/changelog.md new file mode 100644 index 0000000..b620840 --- /dev/null +++ b/bundle/Vundle.vim/changelog.md @@ -0,0 +1,22 @@ +Change Log +========== +F = Feature, B = Bug Fix, D = Doc Change + +### Version 0.10.2 + +- B: #430 Put user script directories before system directories in rtp +- B: #455 Rename functions that start with `g:` + lowercase letter (Vim patch 7.4.264) + +### Version 0.10.1 +- B: #451 Escape spaces when handling rtp directories + +### 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 to Vundle.vim, add modelines, quickstart update -- cgit v1.2.3