Skip to content

Commit 0b32d2d

Browse files
kornistejunegunn
authored andcommitted
Update YCM path: Valloric -> ycm-core (#869)
1 parent 226d6ab commit 0b32d2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ In that case, use `do` option to describe the task to be performed.
234234

235235
```vim
236236
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
237-
Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
237+
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }
238238
```
239239

240240
If the value starts with `:`, it will be recognized as a Vim command.
@@ -257,7 +257,7 @@ function! BuildYCM(info)
257257
endif
258258
endfunction
259259
260-
Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') }
260+
Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM') }
261261
```
262262

263263
Both forms of post-update hook are executed inside the directory of the plugin

doc/plug.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ There are some plugins that require extra steps after installation or update.
296296
In that case, use `do` option to describe the task to be performed.
297297
>
298298
Plug 'Shougo/vimproc.vim', { 'do': 'make' }
299-
Plug 'Valloric/YouCompleteMe', { 'do': './install.py' }
299+
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }
300300
<
301301
If the value starts with `:`, it will be recognized as a Vim command.
302302

@@ -317,7 +317,7 @@ takes a single argument.
317317
endif
318318
endfunction
319319
320-
Plug 'Valloric/YouCompleteMe', { 'do': function('BuildYCM') }
320+
Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM') }
321321
<
322322
Both forms of post-update hook are executed inside the directory of the plugin
323323
and only run when the repository has changed, but you can force it to run

0 commit comments

Comments
 (0)