Merge pull request #344 from louima/patch-1

Fix completion function name
This commit is contained in:
Dave Halter
2015-01-02 17:13:52 +01:00

View File

@@ -314,7 +314,7 @@ plugin.
Upon initialization, jedi-vim performs the following steps:
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|
3. Call `jedi#configure_call_signatures()` if
`g:jedi#show_call_signatures` is set