supported? There are some listed but there are
more?
There are some recommended tooling for develop, analyze the vim
source code? It would be welcomed if I setup some tooling if none
are there?
-- Luca Saccarola
--
--
You received this message from the "vim_dev" maillist.
Do not top-p
ust shelling commands.
[1]: https://github.com/bugaevc/wl-clipboard/tree/master
-- Luca Saccarola
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
o use the system clipboard,
via 'set clipboard=unnamedplus', _without_ installing gvim or
recompile vim.
-- Luca Saccarola
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more informati
clipboard functionality
even on a tty via tmux.
-- Luca Saccarola
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message becaus
Hi all,
I would like to make a proposal for decoupling the clipboard
functionality from X11.
I've study the code base for some time but I still need some help on
where and how exactly do this.
The problem
===
Currently in vim, on Linux, rely on X11 to interact with the system
clipboard.