mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-26 01:47:16 +08:00
added an option to do case sensitive completion and removed get_vim_type
This commit is contained in:
@@ -53,7 +53,6 @@ if 1:
|
||||
# stuff directly behind the completion
|
||||
menu=PythonToVimStr(c.description),
|
||||
info=PythonToVimStr(c.doc), # docstr
|
||||
kind=c.get_vim_type(), # completion type
|
||||
icase=1, # case insensitive
|
||||
dup=1 # allow duplicates (maybe later remove this)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user