Add missing plug#begin

Jan Edmund Lazo 2019-11-23 19:20:40 -05:00
parent 993dc3728a
commit 488bb71c5a

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