私はVIMをたくさん使っていて、以前は入手できました+xterm_clipboard
support working by using a script provided in a separate post on StackOverflow.自分のマシンにUbuntuを再インストールしてから、Ubuntu 14.04.4 LTS (Wily)をUbuntu 16.04 LTS(Xenial)に変更しました。Ubuntu 16.04 LTS - VIMでxterm_clipboardを有効にできません
# Get the compile-dependencies of vim
sudo apt-get build-dep vim
# If you haven't got mercurial, get it
sudo apt-get install mercurial
# Get the source
hg clone https://vim.googlecode.com/hg/ vim_source
# Compile it
cd vim_source
./configure \
--enable-perlinterp=dynamic \
--enable-pythoninterp=dynamic \
--enable-rubyinterp=dynamic \
--enable-cscope \
--enable-gui=auto \
--enable-gtk2-check \
--enable-gnome-check \
--with-features=huge \
--with-x \
--with-compiledby="Your Name <[email protected]>" \
--with-python-config-dir=/usr/lib/python2.7/config
make && sudo make install
はしかし、これはもはや機能していない、と私は「を利用することはできません、+、システムのクリップボードにバッファをヤンクするY。私は明らかに何も表示されません。 .configure
出力が、私はそれを構築する際vim --version
はいつも私がこの問題を解決するにはどうすればよい。-xterm_clipboard
を示して?