make it possible to disable commands

This commit is contained in:
David Halter
2013-08-24 21:08:03 +04:30
parent 11681e2aa7
commit 9d2259a63d
3 changed files with 23 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ and usually saves one keypress.
let g:jedi#popup_select_first = 0
Here are a few more defaults for actions, read the docs (``:help jedi-vim``) to
get more information. You can change them
get more information. If you set them to ``""``, they are not assigned.
.. code-block:: vim
@@ -133,7 +133,6 @@ get more information. You can change them
let g:jedi#show_call_signatures = "1"
Testing
=======