From 8180692f81132d9c7de1130ae1f13fb7c64ff18f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 18 Dec 2016 12:05:13 +0900 Subject: [PATCH] Update usage examples vim-plug has no support for dependencies. Remove comment that has been a source of confusion. #544 --- README.md | 2 +- plug.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a3a0c7..f170a66 100644 --- a/README.md +++ b/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 diff --git a/plug.vim b/plug.vim index 9165956..2bece3c 100644 --- a/plug.vim +++ b/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