mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
temporary compatibility with the doc changes in Jedi 0.8
This commit is contained in:
@@ -131,7 +131,7 @@ def completions():
|
|||||||
abbr=PythonToVimStr(c.name),
|
abbr=PythonToVimStr(c.name),
|
||||||
# stuff directly behind the completion
|
# stuff directly behind the completion
|
||||||
menu=PythonToVimStr(c.description),
|
menu=PythonToVimStr(c.description),
|
||||||
info=PythonToVimStr(c.doc), # docstr
|
info=PythonToVimStr(c.doc.full()), # docstr
|
||||||
icase=1, # case insensitive
|
icase=1, # case insensitive
|
||||||
dup=1 # allow duplicates (maybe later remove this)
|
dup=1 # allow duplicates (maybe later remove this)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user