Tuesday, May 27, 2008

How to set gvim format for programming?

1,syntax on; It will make your gvim window seems more colorful;
2,set cindent; It will make your programming in c style;
3,set shiftwidth=4; It will set the distance between two level sentences.

No comments: