From 8b2711520362b5ee173d17244e780ca3e94f74ae Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 25 Dec 2015 19:06:00 -0500 Subject: [PATCH] Update instructions for disabling bundle --- autoload/pathogen.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/pathogen.vim b/autoload/pathogen.vim index 41d19bf..149dee3 100644 --- a/autoload/pathogen.vim +++ b/autoload/pathogen.vim @@ -90,7 +90,8 @@ function! pathogen#cycle_filetype() abort endfunction " Check if a bundle is disabled. A bundle is considered disabled if its -" basename or full name is included in the list g:pathogen_disabled. +" basename or full name is included in the list g:pathogen_blacklist or the +" comma delimited environment variable $VIMBLACKLIST. function! pathogen#is_disabled(path) abort if a:path =~# '\~$' return 1