forked from VimPlug/jedi-vim
Add option to show call signatures in command line
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if g:jedi#show_call_signatures == 1 && has('conceal')
|
||||
if g:jedi#show_call_signatures > 0 && has('conceal')
|
||||
" conceal is normal for vim >= 7.3
|
||||
|
||||
let s:e = g:jedi#call_signature_escape
|
||||
|
||||
Reference in New Issue
Block a user