Skip to content

Commit ddfb1f1

Browse files
committed
Document native package management support
1 parent 17f6f4d commit ddfb1f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ 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+
## Native Vim Package Management
66+
67+
Vim 8 includes support for package management in a manner similar to
68+
pathogen.vim. If you'd like to transition to this native support,
69+
pathogen.vim can help. Calling `pathogen#infect()` on an older version of Vim
70+
will supplement the `bundle/{}` default with `pack/{}/start/{}`, effectively
71+
backporting a subset of the new native functionality.
72+
6573
## Runtime File Editing
6674

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

0 commit comments

Comments
 (0)