On Apr 26, 11:41 am, cootcraig <[email protected]> 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 to navigate with tags. > I trying out this shell script to build a TAGS file build from the current directory and the 'rvm gemdir' ============== tags.sh #!/bin/ sh etags --exclude='*html' --exclude='*_spec.rb' - R . etags --exclude='*html' --exclude='*_spec.rb' -a -R `rvm gemdir` -- 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://www.vim.org/maillist.php
