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

Reply via email to