aboutsummaryrefslogtreecommitdiff
path: root/bundle/Vundle.vim/changelog.md
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2015-08-17 11:57:49 -0600
committerCody Hiar <codyfh@gmail.com>2015-08-17 11:57:49 -0600
commite398816da47aa706b2bf05b8a663a637d5b6f39c (patch)
tree6231dd8617d79e4dc2192ace65e14ba8fb66ca1e /bundle/Vundle.vim/changelog.md
parent547be64dd10d56c1a0979756eaf0b2aaaf15f6ec (diff)
Changing to different plugin system
Diffstat (limited to 'bundle/Vundle.vim/changelog.md')
-rw-r--r--bundle/Vundle.vim/changelog.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/bundle/Vundle.vim/changelog.md b/bundle/Vundle.vim/changelog.md
deleted file mode 100644
index b620840..0000000
--- a/bundle/Vundle.vim/changelog.md
+++ /dev/null
@@ -1,22 +0,0 @@
-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