File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ In that case, use `do` option to describe the task to be performed.
234
234
235
235
``` vim
236
236
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
237
- Plug 'Valloric /YouCompleteMe', { 'do': './install.py' }
237
+ Plug 'ycm-core /YouCompleteMe', { 'do': './install.py' }
238
238
```
239
239
240
240
If the value starts with ` : ` , it will be recognized as a Vim command.
@@ -257,7 +257,7 @@ function! BuildYCM(info)
257
257
endif
258
258
endfunction
259
259
260
- Plug 'Valloric /YouCompleteMe', { 'do': function('BuildYCM') }
260
+ Plug 'ycm-core /YouCompleteMe', { 'do': function('BuildYCM') }
261
261
```
262
262
263
263
Both forms of post-update hook are executed inside the directory of the plugin
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ There are some plugins that require extra steps after installation or update.
296
296
In that case, use `do ` option to describe the task to be performed.
297
297
>
298
298
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
299
- Plug 'Valloric /YouCompleteMe', { 'do': './install.py' }
299
+ Plug 'ycm-core /YouCompleteMe', { 'do': './install.py' }
300
300
<
301
301
If the value starts with `:` , it will be recognized as a Vim command.
302
302
@@ -317,7 +317,7 @@ takes a single argument.
317
317
endif
318
318
endfunction
319
319
320
- Plug 'Valloric /YouCompleteMe', { 'do': function('BuildYCM') }
320
+ Plug 'ycm-core /YouCompleteMe', { 'do': function('BuildYCM') }
321
321
<
322
322
Both forms of post-update hook are executed inside the directory of the plugin
323
323
and only run when the repository has changed, but you can force it to run
You can’t perform that action at this time.
0 commit comments