I just installed jedi-vim with vundle My vim version is 7.3.429. I installed jedi vi pip
every time I hit .
or <C-Space>
I get this error.
Omni completion (^O^N^P) Pattern not found
when I searched here for this pattern I found a solution to use vim-jedi instead. But unfortunatelly this occours with jedi-vim.
Here is some output of some registers:
:set omnifunc
omnifunc=jedi#complete
:messages
Messages maintainer: Bram Moolenaar <[email protected]>
"models.py" 31L, 1052C
<emptyline>
:set omnifunc
and post the output of :messages (after a failed completion). – Austine:messages
? That's much more important :-) – Austine