dman wrote: ... > info2vim converter then I could be happy :-). If you don't already > know : vim allows for hyper-links (start with :help) that can be > followed with ^] and ^T takes you back where you were before.
and for those who really didn't know: you can 'hyperlink' your code (at least c, c++, perl, probably other languages as well) using *tags programs (etags for c/c++ and maybe others, ptags for perl). erik