Re: setting completion to use tagfiles

2009-08-28 Thread Chiggsy
> Are you guys aware of ? I thought the issue was generating > the tags to begin with, not with getting a list of them. Yes, aware of how to do tag completion like that. It's just that I'm trying to automate it, or get it a bit more context aware. --~--~-~--~~~---~--

Re: setting completion to use tagfiles

2009-08-29 Thread Chiggsy
> Yes, aware of how to do tag completion like that.  It's just that I'm > trying to automate it, or get it a bit more context aware. I've been working out with the ropevim plugin for python. I think i'll be going forward with that option. --~--~-~--~~~---~--~~ Yo

Re: using j,k, to move through completion popup menu

2009-08-30 Thread Chiggsy
On Aug 30, 7:07 pm, Roberto Miura Honji wrote: > 2009/8/30 Kevin > > > > > How would i set up vim to let me move through the completion menu > > popup using j and k, and selecting with enter? > > You can do something like this: > Worked perfectly! pumvisible was the thing I had forgotten. Th