2014/1/31更新:[メモ] さくらのレンタルサーバで NeoComplete @ Vim 7.4 2012年3月11日現在のvim最新版が7.3.470。これをさくらのレンタルサーバにインストールしたのでメモ。 まずMercurialをインストール。こちらを参考にしました。 で、vimリポジトリをもってくるところから。 $ cd ~/tmp $ hg clone https://vim.googlecode.com/hg/ vim 言語ファイルも持ってきてマージする。言語ファイルも最初から入っている模様。 configure, make, make install $ cd vim $ ./configure --enable-multibyte --with-features=big --prefix=$HOME/local $ make && make install ~/.ba