vim

Build vim in Ubuntu with the source code.

Memo for building vim in Ubuntu with the source code. $ wget http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.335.orig.tar.gz $ tar xf vim_7.4.335.orig.tar.gz $ cd vim-7.4.335 $ ./configure --prefix=/usr/local --mandir=/usr/local//man …

vim, MacVimを+luaオプション付きでインストール

テーマ vimプラグインのneocompleteなどを利用するためには、luaオプション付きのvimを使用する必要がある。問題と解決方法。 問題 neocomplete などを使おうとして.vimrcに NeoBundle 'Shougo/neocomplete.vim' と書いた場合、以下の様なエラーが出ることが…