Re: set tags # look for TAGS in current folder and up?

2011-04-30 Thread cootcraig
On Apr 30, 1:45 pm, Ben Schmidt wrote: > But, it is probably better to try > >     :set tags=./TAGS; > Thank you, this works for me. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http:

set tags # look for TAGS in current folder and up?

2011-04-30 Thread cootcraig
When browsing through source I want tag file TAGS to be searched for in the folder of the current file and then up the parent folders. On my first try it seems this is not working: set tags=./TAGS,../TAGS,../../TAGS,../../../TAGS,../../../../TAGS Any ideas? -- You received this message from t

Re: Integrating Vim, Ruby, RVM - advice?

2011-04-28 Thread cootcraig
On Apr 26, 11:41 am, cootcraig wrote: > I am looking for productivity advice for working with Ruby code from a > folder with a project .rvmrc file using a rvm gemset. > > One of my thoughts is to use the gem and library paths set up by rvm > to generate a tags file and learn t

Integrating Vim, Ruby, RVM - advice?

2011-04-26 Thread cootcraig
I am immersing myself in Ruby / Rails development with Vim as my editor/IDE of choice. I am starting to dabble with rails.vim, but have no experience using it yet. I am looking for productivity advice for working with Ruby code from a folder with a project .rvmrc file using a rvm gemset. One of