Skip to content

Commit

Permalink
document how to blacklist plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 11, 2014
1 parent 91e6378 commit 5a56187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ and other comma-delimited path options in ways most people will never
need to do. If you're one of those edge cases, look at the source.
It's well documented.

## Blacklisting plugins

Want to find what plugin is causing a bug ? Do a bisection by using the blacklist.
You can blacklist plugins by adding them to the `g:pathogen_blacklist` variable.
Make sure you define it before calling `pathogen#infect()`.

let g:pathogen_blacklist = ['plugin1', 'plugin2']
call pathogen#infect()

## Runtime File Editing

`:Vopen`, `:Vedit`, `:Vsplit`, `:Vvsplit`, `:Vtabedit`, `:Vpedit`, and
Expand Down

0 comments on commit 5a56187

Please sign in to comment.