Changing omnicomplete lifetime?

2006-10-23 Thread Bill Mill

Hello,

I love python omnicomplete for vim. However, I'd like to change its
behavior a bit in a way that I'm not sure is even possible.

When I type:

cherrypy.^x^or

, the menu pops up with cherrypy options, then gets limited to those
starting with r. However, if I follow that with a backspace, I lose my
completion menu, and I have to hit ^x^o again.

I already have omnicomplete bound to tab via supertab, I know that I
can just hit tab again, but it's not the way I'd like it to work. I'd
like the menu to be active until I backspace *past* the original
insertion point or hit esc.

How would you recommend getting this to work? Should I try and edit
supertab? Is there an easy way to change it?

Thanks
Bill Mill
bill.mill at gmail.com


Re: Changing omnicomplete lifetime?

2006-10-23 Thread Bill Mill

On 10/23/06, Mikolaj Machowski [EMAIL PROTECTED] wrote:

Dnia poniedziałek, 23 października 2006 15:18, Bill Mill napisał:
 How would you recommend getting this to work? Should I try and edit
 supertab? Is there an easy way to change it?

Maybe try to change 'completeopt' value. longest option?



I already have that set.

Thanks
Bill Mill
bill.mill at gmail.com