Fix test
This commit is contained in:
parent
c975e85ab5
commit
82e9da8b9c
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user