Skip to content

Commit 4d584ea

Browse files
committed
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 ~.
1 parent 8b27115 commit 4d584ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/pathogen.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pathogen.vim - path option manipulation
22
" Maintainer: Tim Pope <http://tpo.pe/>
3-
" Version: 2.3
3+
" Version: 2.4
44

55
" Install in ~/.vim/autoload (or ~\vimfiles\autoload).
66
"

0 commit comments

Comments
 (0)