Add system clipboard support to Neovim
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 29 Feb 2016 08:17:25 +0000 (03:17 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 29 Feb 2016 08:17:25 +0000 (03:17 -0500)
Since termux doesn't support the X11 clipboard (i.e. tools like xclip or
xsel), this patch allows Neovim to use plugins that require a clipboard,
such as netrw.  Requires the termux-api package.

Patch by Matthew Klein:
https://github.com/termux/termux-packages/pull/141


No differences found