"Amit Saxena" schreef:

> I am using "vi" on Solaris.
>
> I can also use "%" in command mode for "vi" to match parenthesis and
> curly braces. However this approach results in lots of matching open
> brace against the close one etc when majority of the lines in the
> code contains curly braces (through references etc).

You can put a new block around any big piece of code.
Then use your editor's function to jump from new opening curly to its
closing curly.

Also consider applying perltidy.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to