mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
deprecate a lot of old definitions how to use functions, use instead the names of jedi functions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if g:jedi#show_function_definition == 1 && has('conceal')
|
||||
if g:jedi#show_call_signatures == 1 && has('conceal')
|
||||
" conceal is normal for vim >= 7.3
|
||||
|
||||
let e = g:jedi#function_definition_escape
|
||||
|
||||
Reference in New Issue
Block a user