mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 21:16:51 -07:00
Add missing plug#begin
parent
993dc3728a
commit
488bb71c5a
2
faq.md
2
faq.md
@ -225,6 +225,8 @@ if has('win32unix')
|
|||||||
" Use mixed path on Cygwin so that Windows git works
|
" Use mixed path on Cygwin so that Windows git works
|
||||||
let g:plug_home = substitute(system('cygpath -m ' . g:plug_home), '\r*\n\+$', '', '')
|
let g:plug_home = substitute(system('cygpath -m ' . g:plug_home), '\r*\n\+$', '', '')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
call plug#begin()
|
||||||
```
|
```
|
||||||
|
|
||||||
Details at https://github.com/junegunn/vim-plug/issues/896
|
Details at https://github.com/junegunn/vim-plug/issues/896
|
||||||
|
Loading…
Reference in New Issue
Block a user