Shougo Matsushita
b50afb4651
clipboard: support "lemonade" tool
2016-04-17 13:38:57 +09:00
Shougo Matsushita
46bd3c0f77
clipboard: Check $DISPLAY. Prefer xsel. #4150
2016-02-05 09:51:56 -05:00
Björn Linse
49f0417988
clipboard: Detach clipboard helper, so contents is kept after nvim exit
2016-01-20 11:09:29 +01:00
Björn Linse
d4ebbaa91a
clipboard: support clipboard=unnamedplus,unnamed
2015-08-07 13:06:13 +02:00
Björn Linse
3fcfd52422
clipboard: avoid redundant error message on clipboard_get
failure .
...
Fixes #2712
Helped-By: Michael Reed <m.reed@mykolab.com >
2015-06-25 19:30:29 -04:00
Björn Linse
d133502e98
clipboard: keep track of ownership and cache clipboard data locally
...
Helped-By: Justin M. Keyes <justinkz@gmail.com >
2015-06-25 19:30:28 -04:00
Björn Linse
a0e89978bd
clipboard: don't use &shell in clipboard provider
2015-06-25 19:16:59 -04:00
Björn Linse
63efb9b1f1
clipboard: handle linewise/charwise selections correctly
2014-12-08 22:01:00 +01:00
Björn Linse
c1854d2433
clipboard: support separate '+' and '*' clipboards
2014-12-08 21:38:35 +01:00
Justin M. Keyes
c10f7e1c62
clipboard: check for X on every invocation
...
xsel and xcopy may be available even if a valid X display is not. Also,
the availability of X may change at any time, so check on each
invocation.
Closes #1509 .
2014-11-23 19:09:32 +00:00
Thiago de Arruda
9b8ca92a01
runtime: Reimplement python/clipboard providers in vimscript
...
Clipboard is implemented with platform-specific shell commands, and python is
implemented with the external plugin facility (rpc#* functions). The
script_host.py file(legacy python-vim emulation plugin) was moved/adapted from
the python client repository.
2014-11-18 14:58:25 -03:00