CentOS 6.3安装spf13-vim
CentOS 6.3安装spf13-vim过程:安装VIM 7.3和ctags编译安装VIM 7.3(支持multibyte和python):# wget ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2# tar jxvf vim-7.3.tar.bz2# cd vim73# ./configure --enable-multibyte --enable-pythoninterp=yes --with-pyth...