Fix completion function name

This commit is contained in:
Mathieu Louis
2015-01-02 12:15:06 +01:00
parent 05f2565dac
commit 2bccea9b5d

View File

@@ -314,7 +314,7 @@ plugin.
Upon initialization, jedi-vim performs the following steps: Upon initialization, jedi-vim performs the following steps:
1. Set the current buffers 'omnifunc' to its own completion function 1. Set the current buffers 'omnifunc' to its own completion function
`jedi#complete` `jedi#completions`
2. Create mappings to commands specified in |jedi-vim-keybindings| 2. Create mappings to commands specified in |jedi-vim-keybindings|
3. Call `jedi#configure_call_signatures()` if 3. Call `jedi#configure_call_signatures()` if
`g:jedi#show_call_signatures` is set `g:jedi#show_call_signatures` is set