From 0662b5f4ccfedb7c963f589a0c31a5e69a9d1a0e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 9 Oct 2016 05:07:39 +0900 Subject: [PATCH] Fix Travis CI failure --- test/workflow.vader | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/workflow.vader b/test/workflow.vader index 4062eae..1c176a4 100644 --- a/test/workflow.vader +++ b/test/workflow.vader @@ -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') 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 AssertEqual 1, winnr() AssertEqual 2, winnr('$')