mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
Merge pull request #344 from louima/patch-1
Fix completion function name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user