ソースインストール(UNIX)

ソースコード

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

Github

https://github.com/vim/vim

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

コンパイル

 ./configure --enable-multibyte --with-features=huge --disable-gui --without-x --prefix=$HOME/opt/vim

クリップボードを有効にする(+clipboard)

  ./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

参考


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

Last-modified: 2017-05-16 (火) 10:26:05