On Thursday 04 July 2002 05:20 pm, Philip S Tellis wrote: > > Have to dig more in details, for vim features. If vim can compile & > > execute c/c++ code also then it will be an iceing on the cake ! > > but it does. :make to run make in the current directory, and there's > also an option for running just your compiler, but I don't remember it > right now.
Also you might want to check out the following things which are of special use to the C/C++ programmer: quickfix mode (:help quickfix) makeprg (:help makeprg) keywordprg (:help keywordprg) Square bracket commands (:help [) Folding (:help fold - needs vim 6.0 and above) % (:help %) Special versioning support: Diff mode of vim (:help diff) CVS macros for vim (http://ezytools.sourceforge.net) and so on. I could go on and on like this... ;-) Binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Caffeinated soap. No kidding. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
