forked from VimPlug/jedi-vim
fix a problem with the quickfix window
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
source plugin/jedi.vim
|
||||
source test/utils.vim
|
||||
|
||||
@@ -15,4 +14,10 @@ describe 'pyimport'
|
||||
Expect g:current_buffer_is_module('subprocess') == 1
|
||||
Expect tabpagenr('$') == 2
|
||||
end
|
||||
|
||||
it 'completion'
|
||||
" don't know how to test this.
|
||||
"execute "Pyimport subproc\<Tab>"
|
||||
"Expect g:current_buffer_is_module('subprocess') == 1
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user