インストールメモ

Vim

できれば、新しいのが良い。
Mercurialから落とすか

Mercurialインストール
# yum install gcc python python-devel python-setuptools
# easy_install mercurial
ncurses-devel必要なんで入れとく
# yum install ncurses-devel
いよいよVim落としてきてインストール
# hg clone https://vim.googlecode.com/hg/ vim
# cd vim/src
# ./configure --enable-multibyte --with-features=huge --disable-selinux
# make
# make install
# make clean
起動
# vim

やれやれ