show_func_def shows function definition without that setting, fixes #19

This commit is contained in:
David Halter
2012-10-20 02:19:01 +02:00
parent f356b17a70
commit 99cb1d6f12
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ def clear_func_def():
def show_func_def(call_def=None, completion_lines=0):
if vim.eval("has('conceal')") == '0':
if vim.eval("has('conceal') && g:jedi#show_function_definition") == '0':
return
try:
if call_def == None: