Fix Travis CI failure
This commit is contained in:
parent
a2f1ea481d
commit
0662b5f4cc
1 changed files with 6 additions and 0 deletions
|
@ -1522,6 +1522,12 @@ Execute (#530 - Comparison of incompatible git URIs):
|
||||||
Assert !CompareURI('https://github.com/junegunn/vim-plug.git', 'https://github.com:12345/junegunn/vim-plug.git')
|
Assert !CompareURI('https://github.com/junegunn/vim-plug.git', 'https://github.com:12345/junegunn/vim-plug.git')
|
||||||
|
|
||||||
Execute (#532 - Reuse plug window):
|
Execute (#532 - Reuse plug window):
|
||||||
|
call plug#begin()
|
||||||
|
Plug 'junegunn/goyo.vim'
|
||||||
|
call plug#end()
|
||||||
|
PlugInstall
|
||||||
|
call system(printf('cd "%s" && git commit --allow-empty -m "dummy"', g:plugs['goyo.vim'].dir))
|
||||||
|
|
||||||
PlugDiff
|
PlugDiff
|
||||||
AssertEqual 1, winnr()
|
AssertEqual 1, winnr()
|
||||||
AssertEqual 2, winnr('$')
|
AssertEqual 2, winnr('$')
|
||||||
|
|
Loading…
Reference in a new issue