Question about tooling and stiling

2024-02-12 Fir de Conversatie Luca Saccarola
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

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Luca Saccarola
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 ---

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-10 Fir de Conversatie Luca Saccarola
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

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Luca Saccarola
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

Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie luca . saccarola
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.