forked from VimPlug/jedi-vim
show_function_definition option wasn't in the docs
This commit is contained in:
@@ -91,3 +91,8 @@ There's some support for refactoring::
|
||||
And you can list all names that are related (have the same origin)::
|
||||
|
||||
let g:jedi#related_names_command = "<leader>n"
|
||||
|
||||
By default you get a window that displays the function definition you're
|
||||
currently in. If you don't want that::
|
||||
|
||||
let g:jedi#show_function_definition = "0"
|
||||
|
||||
2
jedi
2
jedi
Submodule jedi updated: 7b8988ebff...9f1f230a02
Reference in New Issue
Block a user