Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-05 Thread Tony Mechelynck
On Fri, Jun 5, 2020 at 7:14 PM M Kelly wrote: > > Hi, > Tony, thanks always for your info. > > My point is the X11 selection and clipboard are empty and my viminfo does not > contain any register info, yet after starting vim the + and * regsiters > contain info. > This seems a bit odd to me

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-05 Thread M Kelly
Hi, Tony, thanks always for your info. My point is the X11 selection and clipboard are empty and my viminfo does not contain any register info, yet after starting vim the + and * regsiters contain info. This seems a bit odd to me since: 1). I did not save register info and I've confirmed my

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-05 Thread Tony Mechelynck
On Windows, the + and * registers are synonymous: both are the clipboard. On X11, the + register is the clipboard (used for Edit→Cut, Edit→Copy and Edit→Paste) and the * register is the selection (on anything but Vim, it is the latest thing you highlighted even if you didn't use Edit→Copy; it can

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-05 Thread 'Chris Willis' via vim_use
From: 'Chris Willis' via vim_use Sent: Friday, June 05, 2020 10:42 AM To: vim_use Subject: Re: viminfo do not save registers, but clipboard still set at startup ? From: M Kelly Sent: Thursday, June 04, 2020 11:24 PM To: vim_use Subject: Re: viminfo do not save registers, but clipboard

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-05 Thread 'Chris Willis' via vim_use
From: M Kelly Sent: Thursday, June 04, 2020 11:24 PM To: vim_use Subject: Re: viminfo do not save registers, but clipboard still set at startup ? Hi, Thanks. Even if I unset clipboard and set history to 0, I still get * and + set on startup. I just wonder where/how vims saves and restores

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-04 Thread M Kelly
Hi, Thanks. Even if I unset clipboard and set history to 0, I still get * and + set on startup. I just wonder where/how vims saves and restores this info and if it can be disabled ? Its not in my viminfo file. Its still there even if i start vim -i NONE # Expression History (newest to

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-04 Thread 'Chris Willis' via vim_use
From: M Kelly Sent: Thursday, June 04, 2020 9:52 PM To: vim_use Subject: Re: viminfo do not save registers, but clipboard still set at startup ? Hi again, The data that is loaded into the * and + registers _seems_ to be a recently deleted line from a previous session. But I am sure to exit

Re: viminfo do not save registers, but clipboard still set at startup ?

2020-06-04 Thread M Kelly
Hi again, The data that is loaded into the * and + registers _seems_ to be a recently deleted line from a previous session. But I am sure to exit all vim processes. thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are

viminfo do not save registers, but clipboard still set at startup ?

2020-06-04 Thread M Kelly
Hi, I have my viminfo set to not save any registers: viminfo='20,:10,<0 I have clipboard set to include unnamedplus: clipboard=autoselectml,unnamedplus,exclude:cons\|linux I deliberately clear out my X11 selection and clipboard such that: xsel -o -b xsel -o -p show nothing. If I start vim