mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
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