Hi Jason! On Di, 09 Sep 2014, Jason Pleau wrote:
> Hello, > > I cannot paste from the system clipboard with vim if it is opened > after I copied my text into the clipboard. I am using set > clipboard=unnamedplus. > > A bisect with hg has lead me to believe that this change introduced > my clipboard issue: > > http://code.google.com/p/vim/source/detail?r=7766142fc7d3e90c2e15a9c606efcd97331edef8 > > > > I am on Linux (Debian unstable). > > This is what I use as a minimal vimrc to reproduce: > > set clipboard=unnamedplus > finish Interesting. I can reproduce the issue. I can't see how patch 7.4.396 can cause this. However I noticed a couple of things: vim -u <(echo set clipboard=unnamedplus) -N (paste - E353) vim -u <(echo set clipboard=unnamedplus) -N --noplugin (paste - E353) vim -u NONE -N -c 'set clipboard=unnamedplus' (paste works) vim -u <(echo set clipboard=unnamedplus ei=VimEnter) -N (paste works) vim -u <(echo ':au VimEnter * :set clipboard=unnamedplus' ) -N (paste - E353) I am not sure how to debug this further. When running a debug built with gdb, it always pastes correctly. Best, Christian -- Macht ist das stärkste Aphrodisiakum. -- Henry Kissinger -- -- 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.
