From 1471222fec1d5e42f38ccd5a2eb77e387a6ba06c Mon Sep 17 00:00:00 2001 From: korniste Date: Tue, 13 Aug 2019 18:59:30 +0900 Subject: [PATCH] Update vim-plug document : Valloric/YouCompletMe -> ycm-core/YouCompleteMe --- doc/plug.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/plug.txt b/doc/plug.txt index 7f3eaa0..3740e03 100644 --- a/doc/plug.txt +++ b/doc/plug.txt @@ -296,7 +296,7 @@ There are some plugins that require extra steps after installation or update. In that case, use `do` option to describe the task to be performed. > Plug 'Shougo/vimproc.vim', { 'do': 'make' } - Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } + Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' } < If the value starts with `:`, it will be recognized as a Vim command. @@ -317,7 +317,7 @@ takes a single argument. endif endfunction - Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') } + Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM') } < Both forms of post-update hook are executed inside the directory of the plugin and only run when the repository has changed, but you can force it to run