vim7.1 released

vimが1年ぶりにアップデートされたそうです。vim.org からたどっていくとなぜかアナウンスが yahoo groups にありました。

vimannounce : Message: Stable Vim version 7.1 has been released

newsのページには

There are many bug fixes and updated runtime files. No amazing new features. Upgrading from a previous version is highly recommended: a few crashing bugs and a security issue were fixed.

バグがいろいろ直ってるからアップグレードしてねって書いてありました。

問題なく動いているのをアップグレードするのはめんどくさいので、いままでもとも入っているvim6.2を使い続けていたOSXにソースからインストール。

./configure -prefix=$HOME/bin/vim71 \
-enable-multibyte -without-x -disable-gui -disable-gpm \
-enable-cscope -enable-ctags -with-features=big -enable-perlinterp \
-enable-rubyinterp -enable-pythoninterp

変わったところは :help version-7.1 で見てねって書いてあるので見てみましたが、たしかにたくさんの bug fix があって、ほかには syntax file や indent file が追加がされているだけみたいです。


About this entry