forked from VimPlug/jedi-vim
Upgrade vim-vspec to 1.8.1 (#862)
This fixes some tests to make it work with the newer version.
This commit is contained in:
committed by
Dave Halter
parent
4c430ed536
commit
e49638ffc8
@@ -2,12 +2,12 @@ source plugin/jedi.vim
|
||||
|
||||
describe 'signatures'
|
||||
before
|
||||
enew
|
||||
set filetype=python
|
||||
end
|
||||
|
||||
after
|
||||
bd!
|
||||
bd!
|
||||
try | %bwipeout! | catch | endtry
|
||||
end
|
||||
|
||||
it 'simple'
|
||||
@@ -34,7 +34,6 @@ describe 'signatures'
|
||||
autocmd jedi_call_signatures * <buffer>
|
||||
redir END
|
||||
Expect autocmds =~# 'jedi_call_signatures'
|
||||
bd!
|
||||
end
|
||||
|
||||
it 'simple after CursorHoldI with only parenthesis'
|
||||
|
||||
Reference in New Issue
Block a user