From a247e9b1c7879054301e8b5ebdcd4cce53b0f97d Mon Sep 17 00:00:00 2001 From: LittleQ Date: Sun, 15 Sep 2013 02:19:48 +0800 Subject: [PATCH] make sure it really opened a split window --- test/goto.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/goto.vim b/test/goto.vim index bd46e86..48f038c 100644 --- a/test/goto.vim +++ b/test/goto.vim @@ -159,6 +159,7 @@ describe 'goto_with_splits' Expect g:current_buffer_is_module('subprocess') == 1 Expect line('.') == 1 Expect col('.') == 1 + Expect winnr('$') == 2 wincmd l Expect bufname('%') == '' end