added an option to do case sensitive completion and removed get_vim_type

This commit is contained in:
David Halter
2012-08-31 18:37:56 +02:00
parent c70720857a
commit 19c8305dc7

View File

@@ -53,7 +53,6 @@ if 1:
# 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), # docstr
kind=c.get_vim_type(), # completion type
icase=1, # case insensitive icase=1, # case insensitive
dup=1 # allow duplicates (maybe later remove this) dup=1 # allow duplicates (maybe later remove this)
) )