Download vim74 and install it
Download ctags58.zip and extract the ctags.exe, put it to Vim installation folder
Download msysgit and install it
Open Git Bash and run below commands:
git clone git://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
Go to ~/.vim_runtime and create my_configs.vim with below contents:
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set fileencodings=ucs-bom,utf-8,chinese,cp936
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
language messages zh_CN.utf-8
The Vim looks like below: