From 2bccea9b5d2ec69140eefa0c772613f30cd49fcf Mon Sep 17 00:00:00 2001 From: Mathieu Louis Date: Fri, 2 Jan 2015 12:15:06 +0100 Subject: [PATCH] Fix completion function name --- doc/jedi-vim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index 18945a6..023b006 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -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