This commit is contained in:
Junegunn Choi 2018-08-09 11:03:56 +09:00
parent c975e85ab5
commit 82e9da8b9c
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -1641,6 +1641,7 @@ Execute (#532 - Reuse plug window):
Execute (#766 - Allow cloning into an empty directory): Execute (#766 - Allow cloning into an empty directory):
let d = '/tmp/vim-plug-test/goyo-already' let d = '/tmp/vim-plug-test/goyo-already'
call system('rm -rf ' . d)
call mkdir(d) call mkdir(d)
call plug#begin() call plug#begin()
Plug 'junegunn/goyo.vim', { 'dir': d } Plug 'junegunn/goyo.vim', { 'dir': d }