On Tue, Feb 12, 2002 at 11:31:01AM +0000, John P. Looney mentioned:
> Ah. Vim does it. fold.txt, or ":help fold" will tell you all about it.
> Ridiculously powerful, useful, and er, complex.
Tip of the day;
make a file .vim/c.vim with;
set cindent
set foldmethod=syntax
syn region myFold start="{" end="}" transparent fold
syn sync fromstart
in it. Then, add;
au Filetype c source ~/.vim/c.vim
to your .vimrc - it'll then auto-fold all functions, ifs, switches etc. -
anything wrapped in curly braces. You can open folds with "right arrow" on
the fold line. Very very nice for code browsing...
Kate
--
_______________________________________
John Looney Chief Scientist
a n t e f a c t o t: +353 1 8586004
www.antefacto.com f: +353 1 8586014
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!