mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
move more code to the python module
This commit is contained in:
@@ -73,8 +73,6 @@ import os
|
||||
from os.path import dirname, abspath, join
|
||||
sys.path.insert(0, join(dirname(dirname(abspath(vim.eval('s:current_file')))), 'jedi'))
|
||||
|
||||
# normally you should import jedi. jedi-vim is an exception, because you can
|
||||
# copy that directly into the .vim directory.
|
||||
import jedi
|
||||
import jedi.keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user