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