mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-08 08:50:57 +08:00
Remove Python 2 stuff
This commit is contained in:
@@ -91,7 +91,7 @@ describe 'goto with buffers'
|
||||
put = ['import os']
|
||||
normal G$
|
||||
call jedi#goto_assignments()
|
||||
PythonJedi jedi_vim.goto()
|
||||
python3 jedi_vim.goto()
|
||||
Expect CurrentBufferIsModule('os') == 0
|
||||
" Without hidden, it's not possible to open a new buffer, when the old
|
||||
" one is not saved.
|
||||
|
||||
Reference in New Issue
Block a user