Files
neovim/test/functional
Rui Abreu Ferreira 07ad5d71ab clipboard: Support custom VimL functions #9304
Up to now g:clipboard["copy"] only supported string values invoked as
system commands.

This commit enables the use of VimL functions instead. The function
signatures are the same as in provider/clipboard.vim. A clipboard
provider is expected to store and return a list of lines (i.e. the text)
and a register type (as seen in setreg()).

cache_enabled is ignored if "copy" is provided by a VimL function.
2018-12-03 00:07:08 +01:00
..
doc
2018-11-28 03:48:06 +01:00
2018-11-27 01:14:55 +01:00
2018-05-09 23:18:38 +02:00
2018-06-04 19:42:28 -04:00
2018-12-01 00:15:11 -05:00
2016-06-10 21:50:49 +03:00