http://www.cnblogs.com/witcxc/archive/2011/12/28/2304704.html
http://linux.chinaunix.net/techdoc/system/2009/07/21/1125245.shtml
http://www.linuxidc.com/Linux/2012-06/63124.htm
个人经常用的配置
"制表符设为4
set tabstop=4
"为c程序提供自动缩进
set smartindent
"使用c样式的缩进
set cindent
"显示行号
set number