Thanks for your patch. I have not tried it, but looked at the "blame" for that part of the file, and it is from the beginning of the history (2004-06-13, Vim 7).
Regards, Daniel. Am Dienstag, 2. Dezember 2014 06:51:49 UTC+1 schrieb James McCoy: > Using a Vim that is built to be able to access X's PRIMARY and CLIPBOARD > selections (i.e., "* and "+), performing “:let &term=&term” causes Vim > to "forget" that it knows how to access those registers. > > This is because set_termname() ends up calling clip_init(), which sets > owned = FALSE on both VimClipboard instances. > > I'm not sure why changing &term should be modifying the state of the > clipboard at all, so the attached patch removes that bit of the code, > resolving the bug. > > Cheers, > -- > James > GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]> -- -- 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 because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
