mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
24 lines
334 B
VimL
24 lines
334 B
VimL
source plugin/jedi.vim
|
|
|
|
describe 'signatures'
|
|
before
|
|
set filetype=python
|
|
end
|
|
|
|
after
|
|
bd!
|
|
bd!
|
|
end
|
|
|
|
it 'simple'
|
|
normal ostr(
|
|
Python jedi_vim.show_call_signatures()
|
|
|
|
"doautocmd CursorMovedI
|
|
|
|
Expect getline(1) == 'a'
|
|
|
|
"doautocmd InsertLeave
|
|
end
|
|
end
|