Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Gary Johnson
On 2024-02-09, luca.saccar...@saccarosium.com wrote: > 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 > === > >

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Tony Mechelynck
On Sat, Feb 10, 2024 at 1:15 AM Luca Saccarola wrote: > > > Ok, so option two for a possible solution is not really an option. > Thanks for letting me know. > > But in your reply you aren't even acknowledge the first possible > solution witch I think solve a legitimate problem in vim's usability,

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Christian Robinson
Vim compiled with GPM support has mouse access if the GPM daemon is running -- Christian J. Robinson > On Feb 9, 2024, at 5:15 PM, Luca Saccarola > wrote: > >  > Ok, so option two for a possible solution is not really an option. > Thanks for letting me know. > > But in your reply you

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Luca Saccarola
Ok, so option two for a possible solution is not really an option. Thanks for letting me know. But in your reply you aren't even acknowledge the first possible solution witch I think solve a legitimate problem in vim's usability, not to mention that this approach could unlock clipboard

Re: Proposal/Discussion on decoupling clipboard functionality from X11

2024-02-09 Fir de Conversatie Tony Mechelynck
On Fri, Feb 9, 2024 at 8:20 PM wrote: > > 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,

Commit: patch 9.1.0090: Assigning wrong colors when parsing terminal OSC response

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0090: Assigning wrong colors when parsing terminal OSC response Commit: https://github.com/vim/vim/commit/45932c5c4a9ec01f7c2aa09b1574430853dafb4b Author: Maxim Kim Date: Fri Feb 9 23:11:54 2024 +0100 patch 9.1.0090: Assigning wrong colors when parsing terminal OSC response

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

Commit: runtime(vim): Fix indent after line with literal dict

2024-02-09 Fir de Conversatie Christian Brabandt
runtime(vim): Fix indent after line with literal dict Commit: https://github.com/vim/vim/commit/415a5a951ba6a827ecafc2e13bf341ed4e124ad6 Author: Andrew Radev Date: Fri Feb 9 19:44:28 2024 +0100 runtime(vim): Fix indent after line with literal dict closes:

Commit: patch 9.1.0089: qsort() comparison functions should be transitive

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0089: qsort() comparison functions should be transitive Commit: https://github.com/vim/vim/commit/e06e43766500ecb4cd1031fa16cf9cbebdb222c1 Author: Christian Brabandt Date: Fri Feb 9 19:39:14 2024 +0100 patch 9.1.0089: qsort() comparison functions should be transitive

Commit: patch 9.1.0088: TextChanged not triggered for :norm! commands

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0088: TextChanged not triggered for :norm! commands Commit: https://github.com/vim/vim/commit/c9e79e52845d51f48f5ea3753a62ab3fe0e40184 Author: Christian Brabandt Date: Fri Feb 9 19:34:36 2024 +0100 patch 9.1.0088: TextChanged not triggered for :norm! commands Problem:

Commit: patch 9.1.0087: Restoring lastused_tabpage too early in do_arg_all()

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0087: Restoring lastused_tabpage too early in do_arg_all() Commit: https://github.com/vim/vim/commit/2975a54f285e5b4bf026c1dc706b5d90777d64e7 Author: glepnir Date: Fri Feb 9 19:30:26 2024 +0100 patch 9.1.0087: Restoring lastused_tabpage too early in do_arg_all()

Commit: patch 9.1.0086: Problem when scrolling using slow touchpads scroll event

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0086: Problem when scrolling using slow touchpads scroll event Commit: https://github.com/vim/vim/commit/725c7c31a4c7603e688511d769b0addaab442d07 Author: lilydjwg Date: Fri Feb 9 19:24:23 2024 +0100 patch 9.1.0086: Problem when scrolling using slow touchpads scroll event

Commit: CI: Add Codecov token (#13999)

2024-02-09 Fir de Conversatie Christian Brabandt
CI: Add Codecov token (#13999) Commit: https://github.com/vim/vim/commit/bd2f45a6e530df91ad07d49967ff148eb8a1c1e1 Author: K.Takata Date: Sat Feb 10 02:18:11 2024 +0900 CI: Add Codecov token (https://github.com/vim/vim/issues/13999) codecov-action@4 requires a token. Add it

Commit: patch 9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'

2024-02-09 Fir de Conversatie Christian Brabandt
patch 9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak' Commit: https://github.com/vim/vim/commit/df23d7f4bd7546f3152ea003856525591218565b Author: zeertzjq Date: Fri Feb 9 18:14:12 2024 +0100 patch 9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'