Re: :g//d_ and the clipboard

2015-03-06 Fir de Conversatie Jan Larres
Christian Brabandt cbli...@256bit.org: Hi Jan! Now if I want to do that in a :global command I can just do this: g/foo/d _ However, this command is not quite as accomodating. It doesn't change the unnamed register, but it does change the clipboard. It seems to clear it, in fact. This

Re: :g//d_ and the clipboard

2015-03-05 Fir de Conversatie Christian Brabandt
Hi Jan! On Fr, 06 Mär 2015, Jan Larres wrote: Hi, I have come across what looks like a bug to me when using :global. I have this in my vimrc: set clipboard=unnamed,unnamedplus,exclude:cons\|linux So I want my clipboard to be updated when the unnamed register changes. Now if I want