You are not logged in.

#1 2011-08-29 21:23:16

idosch
Member
Registered: 2011-08-12
Posts: 1

VIM and omni-completion

Hello,

I'm using the omni-completion script for Python (here) and I've set 'completeopt' in .vimrc to 'menu,preview', but I don't get the preview window with the docstrings, although I do get the different options for completion.

Any help is appreciated, Ido.

EDIT: And yes, vim is compiled with the '+python' option.

Last edited by idosch (2011-08-29 21:42:00)

Offline

#2 2011-11-07 23:07:30

N30N
Member
Registered: 2007-04-08
Posts: 273

Re: VIM and omni-completion

Linked page wrote:

completeopt=preview support, displaying python docstrings

So perhaps you need to:

set completeopt+=preview

Offline

Board footer

Powered by FluxBB