From 3a2cec368d745899b96a52c985ceca7b4875ed0f Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 21 Oct 2012 02:31:13 +0200 Subject: [PATCH] show_function_definition option wasn't in the docs --- README.rst | 5 +++++ jedi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 249e403..144b9df 100644 --- a/README.rst +++ b/README.rst @@ -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 = "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" diff --git a/jedi b/jedi index 7b8988e..9f1f230 160000 --- a/jedi +++ b/jedi @@ -1 +1 @@ -Subproject commit 7b8988ebff6da2ec5f64c0a35281652eaef239db +Subproject commit 9f1f230a02261d5fa46ce4b466780baee089a697