mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
make sure it really opened a split window
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user