completions_enable documenation

This commit is contained in:
David Halter
2013-08-24 21:27:06 +04:30
parent a9c654fe48
commit 32a1593d10
2 changed files with 18 additions and 0 deletions

View File

@@ -133,6 +133,13 @@ get more information. If you set them to ``""``, they are not assigned.
let g:jedi#show_call_signatures = "1"
Finally, if you don't want completion, but all the other features, use:
.. code-block:: vim
let g:jedi#completions_enabled = 0
Testing
=======