pathogen.vim 2.4

* Use $VIMBLACKLIST to temporarily disable bundles.
* Allow disabling rest of vimrc by adding it to blacklist.
* Expand bundle/{a,b} as bundle/a and bundle/b.
* Experimental: Support "vimfiles" subdirectory.
* Work around weird lockup on ancient Vim.
* Restore disabling of paths ending in ~.
This commit is contained in:
Tim Pope
2015-12-25 19:06:34 -05:00
parent 8b27115203
commit 4d584ea8c8
+1 -1
View File
@@ -1,6 +1,6 @@
" pathogen.vim - path option manipulation
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 2.3
" Version: 2.4
" Install in ~/.vim/autoload (or ~\vimfiles\autoload).
"