kana / vim-fakeclip

Vim plugin: Provide pseudo "clipboard" registers
http://www.vim.org/scripts/script.php?script_id=2098
180 stars 36 forks source link

xclip requires the -selection clipboard option. #16

Open rainerborene opened 9 years ago

rainerborene commented 9 years ago

xclip requires the -selection clipboard option for copying.

This work:

$ xclip -i -selection clipboard < /tmp/teste

This won't work:

$ xclip < /tmp/teste

xclip version 0.12 Copyright (C) 2001-2008 Kim Saunders et al. Distributed under the terms of the GNU GPL

rainerborene commented 9 years ago

@kana this is a one line fix. I could send a pull request if you want.

nowox commented 6 years ago

I agree with this issue. I proposed a PR in #23