make sure it really opened a split window

This commit is contained in:
LittleQ
2013-09-15 02:19:48 +08:00
parent aa56af0d9c
commit a247e9b1c7

View File

@@ -159,6 +159,7 @@ describe 'goto_with_splits'
Expect g:current_buffer_is_module('subprocess') == 1 Expect g:current_buffer_is_module('subprocess') == 1
Expect line('.') == 1 Expect line('.') == 1
Expect col('.') == 1 Expect col('.') == 1
Expect winnr('$') == 2
wincmd l wincmd l
Expect bufname('%') == '' Expect bufname('%') == ''
end end