From 19c8305dc70da92c26eb0c24813eb5ab0cb4ada4 Mon Sep 17 00:00:00 2001 From: David Halter Date: Fri, 31 Aug 2012 18:37:56 +0200 Subject: [PATCH] added an option to do case sensitive completion and removed get_vim_type --- jedi.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi.vim b/jedi.vim index ee9e5ea..8378148 100644 --- a/jedi.vim +++ b/jedi.vim @@ -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) )