add autocompletion_command default -> fixes #51

This commit is contained in:
David Halter
2012-12-18 17:14:58 +01:00
parent 704c1c2553
commit 730c98ff67
3 changed files with 12 additions and 2 deletions

View File

@@ -97,6 +97,10 @@ And you can list all names that are related (have the same origin)::
let g:jedi#related_names_command = "<leader>n"
If you want to change the default autocompletion command::
let g:jedi#autocompletion_command = "<C-Space>"
By default you get a window that displays the function definition you're
currently in. If you don't want that::