show_function_definition option wasn't in the docs

This commit is contained in:
David Halter
2012-10-21 02:31:13 +02:00
parent 99cb1d6f12
commit 3a2cec368d
2 changed files with 6 additions and 1 deletions

View File

@@ -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

Submodule jedi updated: 7b8988ebff...9f1f230a02