mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 19:24:36 +08:00
move jedi_vim.py to main folder
This commit is contained in:
@@ -242,7 +242,7 @@ import vim
|
|||||||
# update the system path, to include the jedi path
|
# update the system path, to include the jedi path
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
sys.path.insert(0, os.path.join(vim.eval('expand("<sfile>:p:h:h")'), 'jedi'))
|
sys.path.insert(0, os.path.join(vim.eval('expand("<sfile>:p:h")'), 'jedi'))
|
||||||
|
|
||||||
# to display errors correctly
|
# to display errors correctly
|
||||||
import traceback
|
import traceback
|
||||||
|
|||||||
Reference in New Issue
Block a user