mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +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 line('.') == 1
|
||||
Expect col('.') == 1
|
||||
Expect winnr('$') == 2
|
||||
wincmd l
|
||||
Expect bufname('%') == ''
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user