* ソースインストール(UNIX) [#c42c0ba7]

** ソースコード [#f1b4b315]

http://www.vim.org/sources.php

*** Github [#k04bf5fd]

https://github.com/vim/vim

 git clone https://github.com/vim/vim.git

** コンパイル [#tc696383]
 ./configure --enable-multibyte --disable-gui --without-x --prefix=$HOME/opt/vim
 ./configure --enable-multibyte --with-features=huge --disable-gui --without-x --prefix=$HOME/opt/vim

*** クリップボードを有効にする(+clipboard) [#hfa3ee54]
  ./configure --enable-multibyte --enable-gui --with-x  --with-features=normal --prefix=$HOME/opt/vim
http://superuser.com/questions/235505/compiling-vim-with-xterm-clipboard-support

** 参考 [#jdda0b7f]
- http://qiita.com/b4b4r07/items/f7a4a0461e1fc6f436a4


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS