官网看这里http://cygwin.com/
Get that Linux feeling - on Windows
vim是件上古神器,官网上说, Vim:Thepower toolforeveryone..." 只在下列文件类型被侦测到的时候显示行号,普通文本文件不显示
if has("autocmd")
autocmd FileType xml,html,c,cs,java,perl,shell,bash...,cpp,python,vim,php,ruby set number
autocmd FileType xml,html vmap 'python,vim,php,ruby set number
autocmd FileType xml,html vmap '完成到这一步,对于如何增删定制插件已经成竹在胸了。:)