You are not logged in.
Pages: 1
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
completeopt=preview support, displaying python docstrings
So perhaps you need to:
set completeopt+=previewOffline
Pages: 1