On 8/18/06, Jerin Joy <[EMAIL PROTECTED]> wrote:
Hi,

I have a lot of source code distributed over a directory hierarchy
structure. I always need to find class declarations, instances where
variables are set etc. Usually I just go to command line and run
something like
find . -name "*.vr" -print | xargs grep 'class foo'

Isn't there an easier way to do this in vim? I can't use cscope since
the source is not in C.

Jerin


--
http://jerinj.blogspot.com/
--


Exuberant ctags supports 33 languages. Maybe yours is one of them:

http://ctags.sourceforge.net/

Marius

Reply via email to