摘要:
一、Vim73编译安装./configure --prefix=/home/jack/usr/ --enable-rubyinterp --enable-multibyte --with-features=huge这个configure出现以下error:no terminal library found按网上安装ncurses,#apt-get install ncurses同样无法解决。#apt-get build-dep vim安装了600M多的库,终于可以编译通过了。二、Vundle管理vim插件下载插件,放到.vim/bundle目录中。可以使用以下命令安装:git clone ht
阅读全文