Skip to content

Commit 5a56187

Browse files
committed
document how to blacklist plugins
1 parent 91e6378 commit 5a56187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.markdown

+9
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ and other comma-delimited path options in ways most people will never
6262
need to do. If you're one of those edge cases, look at the source.
6363
It's well documented.
6464

65+
## Blacklisting plugins
66+
67+
Want to find what plugin is causing a bug ? Do a bisection by using the blacklist.
68+
You can blacklist plugins by adding them to the `g:pathogen_blacklist` variable.
69+
Make sure you define it before calling `pathogen#infect()`.
70+
71+
let g:pathogen_blacklist = ['plugin1', 'plugin2']
72+
call pathogen#infect()
73+
6574
## Runtime File Editing
6675

6776
`:Vopen`, `:Vedit`, `:Vsplit`, `:Vvsplit`, `:Vtabedit`, `:Vpedit`, and

0 commit comments

Comments
 (0)