vim7.1をインストールする
7.1が出たので。
# yum install ncurses-dev # cd /usr/local/src # wget ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 # wget ftp://ftp.vim.org/pub/vim/extra/vim-7.1-extra.tar.gz # wget ftp://ftp.vim.org/pub/vim/extra/vim-7.1-lang.tar.gz # tar xjvf vim-7.1.tar.bz2 # tar zxvf vim-7.1-lang.tar.gz # tar zxvf vim-7.1-extra.tar.gz # cd vim71 # mkdir patches # cd patches # curl -1 'ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.[001-002]' # cd .. # cat patches/7.1.* | patch -p0 # ./configure --enable-multibyte --enable-xim --enable-fontset --with-features=big --prefix=$HOME/local # make # make install
何が変わったのか、よくわからず。