mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
Readme improved
This commit is contained in:
2
jedi.vim
2
jedi.vim
@@ -196,6 +196,8 @@ sys.path.insert(0, dirname(dirname(vim.eval('s:current_file'))))
|
||||
import traceback # for exception output
|
||||
import re
|
||||
|
||||
# normally you should import jedi. jedi-vim is an exception, because you can
|
||||
# copy that directly into the .vim directory.
|
||||
import functions
|
||||
|
||||
class PythonToVimStr(str):
|
||||
|
||||
Reference in New Issue
Block a user