Skip to content

Commit

Permalink
Document native package management support
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed May 27, 2017
1 parent 17f6f4d commit ddfb1f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -62,6 +62,14 @@ 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.

## Native Vim Package Management

Vim 8 includes support for package management in a manner similar to
pathogen.vim. If you'd like to transition to this native support,
pathogen.vim can help. Calling `pathogen#infect()` on an older version of Vim
will supplement the `bundle/{}` default with `pack/{}/start/{}`, effectively
backporting a subset of the new native functionality.

## Runtime File Editing

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

This comment has been minimized.

Copy link
@alvherre

alvherre Jul 27, 2017

didn't you remove these functions in 020ab25?

This comment has been minimized.

Copy link
@tpope

tpope Jul 27, 2017

Author Owner

Read the rest of the sentence.

Expand Down

1 comment on commit ddfb1f1

@seaflygithub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error detected while processing function pathogen#infect[17]..pathogen#interpose[12]..pathogen#is_disabled:
line 5:(execute pathogen#infect())
E15: Invalid expression:
E15: Invalid expression:

when I download this plugin and put 'pathogen.vim' into ~/.vim/autoload, and write the config to ~/.vimrc,
and it is go wrong such above example....

Please sign in to comment.