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

@@ -192,6 +192,9 @@ a mapping yourself by calling a function: >
nnoremap <silent> <buffer> <localleader>r :call jedi#rename()<cr>
" etc.
Note: You can set commands to '', which means that they are empty and not
assigned. It's an easy way to "disable" functionality of jedi-vim.
------------------------------------------------------------------------------
5.1. `g:jedi#completions_command` *g:jedi#completions_command*
Function: n/a; see above