Update instructions for disabling bundle

This commit is contained in:
Tim Pope
2015-12-25 19:06:00 -05:00
parent 890e013d96
commit 8b27115203
+2 -1
View File
@@ -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