Ver Fonte

Update usage examples

vim-plug has no support for dependencies. Remove comment that has been
a source of confusion. #544
Junegunn Choi há 9 anos atrás
pai
commit
8180692f81
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      README.md
  2. 1 1
      plug.vim

+ 1 - 1
README.md

@@ -80,7 +80,7 @@ Plug 'junegunn/vim-easy-align'
 " Any valid git URL is allowed
 Plug 'https://github.com/junegunn/vim-github-dashboard.git'
 
-" Group dependencies, vim-snippets depends on ultisnips
+" Multiple Plug commands can be written in a single line using | separators
 Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
 
 " On-demand loading

+ 1 - 1
plug.vim

@@ -18,7 +18,7 @@
 "   " Any valid git URL is allowed
 "   Plug 'https://github.com/junegunn/vim-github-dashboard.git'
 "
-"   " Group dependencies, vim-snippets depends on ultisnips
+"   " Multiple Plug commands can be written in a single line using | separators
 "   Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
 "
 "   " On-demand loading