Re: search between two brackets

2006-11-14 Thread Ben K.
I have a long source code consisting of multiple modules wrapped in {}. Sometimes I use * to find the next match. But I'd like to search only within the same module or class that I started from. (which is wrapped inside sub ... {}) Thanks all. It should be sufficient. I am not sure exactly

Re: search between two brackets

2006-11-13 Thread Benji Fisher
On Mon, Nov 13, 2006 at 01:05:00PM -0600, Ben K. wrote: Vimmers, I have a long source code consisting of multiple modules wrapped in {}. Sometimes I use * to find the next match. But I'd like to search only within the same module or class that I started from. (which is wrapped inside sub