vim 7.2 has no conceal feature, fixes #13

This commit is contained in:
David Halter
2012-10-17 18:44:28 +02:00
parent 96b75d24f5
commit c2cb6b641b
2 changed files with 3 additions and 1 deletions

2
jedi

Submodule jedi updated: 2ba5e363c9...b8b04fdb99

View File

@@ -163,6 +163,8 @@ def clear_func_def():
def show_func_def(call_def=None, completion_lines=0):
if vim.eval("has('conceal')") == '0':
return
try:
if call_def == None:
call_def = get_script().get_in_function_call()