I use Python Omni Completation. It's good: http://www.vim.org/scripts/script.php?script_id=1542 _____________________________________________ *Gilson Filho* *Web Developer http://gilsondev.com*
2011/2/1 Bruno Rocha <[email protected]> > Hi, > > I user Pydiction http://www.vim.org/scripts/script.php?script_id=850 to > autocomplete Python code on VIM. > > I am playing with its complete-dict file, but I can' t find a way to > include web2py keywords in there to have it autocompleted on VIM. > > I just want to add few web2py keywords as > > request.<TAB> give me > request.args( > request.vars. > > db.<TAB> > db.define_table( > > Fie.<TAB> > Field( > > ret.<TAB> > return dict( > return locals() > > Is there somebody who have this kind of stuff working for VIM ? > > > -- > Bruno Rocha > http://about.me/rochacbruno/bio >

